Memosa-FVM  0.2
FieldLabel Class Reference

#include <FieldLabel.h>

Public Member Functions

 FieldLabel (const string &name)
 
const string & getName () const
 

Private Member Functions

 FieldLabel (const FieldLabel &)
 

Private Attributes

const string _name
 

Detailed Description

Definition at line 8 of file FieldLabel.h.

Constructor & Destructor Documentation

FieldLabel::FieldLabel ( const string &  name)
inline

Definition at line 11 of file FieldLabel.h.

11  :
12  _name(name)
13  {}
const string _name
Definition: FieldLabel.h:18
FieldLabel::FieldLabel ( const FieldLabel )
private

Member Function Documentation

const string& FieldLabel::getName ( ) const
inline

Definition at line 15 of file FieldLabel.h.

References _name.

Referenced by GlobalFields::createField(), and GlobalFields::getField().

15 {return _name;}
const string _name
Definition: FieldLabel.h:18

Member Data Documentation

const string FieldLabel::_name
private

Definition at line 18 of file FieldLabel.h.

Referenced by getName().


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