#include <Storable.h>
Public Member Functions | |
void | counter (unsigned int counter) |
unsigned int | counter () const |
Private Attributes | |
unsigned int | counter_ |
|
Definition at line 100 of file Storable.inl.
00101 { 00102 return this->counter_; 00103 } |
|
Definition at line 94 of file Storable.inl. Referenced by TAO_Storable_Naming_Context::new_context(), TAO_NS_FlatFileStream::operator<<(), TAO_NS_FlatFileStream::operator>>(), and TAO_Storable_Naming_Context::recreate_all().
00095 { 00096 this->counter_ = counter; 00097 } |
|
Definition at line 78 of file Storable.h. |