MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
CspaceMolInfo Class Reference

#include <ReadCspace.h>

+ Collaboration diagram for CspaceMolInfo:

Public Member Functions

double conc ()
 
 CspaceMolInfo (char name, double conc)
 
 CspaceMolInfo ()
 
bool operator< (const CspaceMolInfo &other) const
 

Private Attributes

double conc_
 
char name_
 

Detailed Description

Definition at line 13 of file ReadCspace.h.

Constructor & Destructor Documentation

CspaceMolInfo::CspaceMolInfo ( char  name,
double  conc 
)
inline

Definition at line 16 of file ReadCspace.h.

17  : name_( name ), conc_( conc )
18  {
19  ;
20  }
double conc_
Definition: ReadCspace.h:37
double conc()
Definition: ReadCspace.h:32
static char name[]
Definition: mfield.cpp:401
CspaceMolInfo::CspaceMolInfo ( )
inline

Definition at line 21 of file ReadCspace.h.

22  : name_( 'a' ), conc_( 0.0 )
23  {
24  ;
25  }
double conc_
Definition: ReadCspace.h:37

Member Function Documentation

double CspaceMolInfo::conc ( )
inline

Definition at line 32 of file ReadCspace.h.

References conc_.

32  {
33  return conc_;
34  }
double conc_
Definition: ReadCspace.h:37
bool CspaceMolInfo::operator< ( const CspaceMolInfo other) const
inline

Definition at line 27 of file ReadCspace.h.

References name_.

28  {
29  return ( name_ < other.name_ );
30  }

Member Data Documentation

double CspaceMolInfo::conc_
private

Definition at line 37 of file ReadCspace.h.

Referenced by conc().

char CspaceMolInfo::name_
private

Definition at line 36 of file ReadCspace.h.

Referenced by operator<().


The documentation for this class was generated from the following file: