#include <int-att.hh>
Public Member Functions | |
Int_Att () | |
Int_Att (int v) | |
virtual | ~Int_Att () |
TAttributeId | getType () const |
int * | Get_Data () |
CAttribute * | copy () const |
void | destroy () |
void | save (std::ostream &fd) const |
void | load (std::istream &fd) |
Private Attributes | |
int * | value |
Definition at line 45 of file int-att.hh.
Int_Att::Int_Att | ( | ) | [inline] |
Definition at line 83 of file int-att.hh.
Int_Att::Int_Att | ( | int | v | ) | [inline] |
Definition at line 89 of file int-att.hh.
Int_Att::~Int_Att | ( | ) | [inline, virtual] |
Definition at line 97 of file int-att.hh.
CAttribute * Int_Att::copy | ( | ) | const [inline] |
Definition at line 117 of file int-att.hh.
void Int_Att::destroy | ( | ) | [inline] |
Definition at line 123 of file int-att.hh.
int * Int_Att::Get_Data | ( | ) | [inline] |
Definition at line 111 of file int-att.hh.
TAttributeId Int_Att::getType | ( | ) | const [inline] |
Definition at line 105 of file int-att.hh.
void Int_Att::load | ( | std::istream & | fd | ) | [inline] |
Definition at line 136 of file int-att.hh.
void Int_Att::save | ( | std::ostream & | fd | ) | const [inline] |
Definition at line 130 of file int-att.hh.
int* Int_Att::value [private] |
Definition at line 67 of file int-att.hh.