TAO_NS_Persistence_Header Class Reference

#include <Storable.h>

List of all members.

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_


Member Function Documentation

ACE_INLINE int TAO_NS_Persistence_Header::destroyed  )  const
 

Definition at line 36 of file Storable.inl.

00037 {
00038   return this->destroyed_;
00039 }

ACE_INLINE void TAO_NS_Persistence_Header::destroyed int  flag  ) 
 

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 }

ACE_INLINE unsigned int TAO_NS_Persistence_Header::size  )  const
 

Definition at line 24 of file Storable.inl.

00025 {
00026   return this->size_;
00027 }

TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE void TAO_NS_Persistence_Header::size unsigned int  size  ) 
 

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 }


Member Data Documentation

int TAO_NS_Persistence_Header::destroyed_ [private]
 

Definition at line 44 of file Storable.h.

unsigned int TAO_NS_Persistence_Header::size_ [private]
 

Definition at line 43 of file Storable.h.


The documentation for this class was generated from the following files:
Generated on Sun Jan 27 16:16:17 2008 for TAO_CosNaming by doxygen 1.3.6