#include <Storable.h>
Public Member Functions | |
| void | size (unsigned int size) |
| unsigned int | size () const |
| void | destroyed (int flag) |
| int | destroyed () const |
Private Attributes | |
| unsigned int | size_ |
| int | destroyed_ |
|
|
Definition at line 36 of file Storable.inl.
00037 {
00038 return this->destroyed_;
00039 }
|
|
|
Definition at line 30 of file Storable.inl. Referenced by TAO_Storable_Naming_Context::load_map(), TAO_NS_FlatFileStream::operator<<(), TAO_NS_FlatFileStream::operator>>(), and TAO_Storable_Naming_Context::Write().
00031 {
00032 this->destroyed_ = flag;
00033 }
|
|
|
Definition at line 24 of file Storable.inl.
00025 {
00026 return this->size_;
00027 }
|
|
|
Definition at line 18 of file Storable.inl. Referenced by TAO_Storable_Naming_Context::load_map(), TAO_NS_FlatFileStream::operator<<(), TAO_NS_FlatFileStream::operator>>(), and TAO_Storable_Naming_Context::Write().
00019 {
00020 this->size_ = size;
00021 }
|
|
|
Definition at line 44 of file Storable.h. |
|
|
Definition at line 43 of file Storable.h. |
1.3.6