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 39 of file Storable.inl.

00040 {
00041   return this->destroyed_;
00042 }

ACE_INLINE void TAO_NS_Persistence_Header::destroyed int  flag  ) 
 

Definition at line 33 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().

00034 {
00035   this->destroyed_ = flag;
00036 }

ACE_INLINE unsigned int TAO_NS_Persistence_Header::size  )  const
 

Definition at line 27 of file Storable.inl.

00028 {
00029   return this->size_;
00030 }

TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE void TAO_NS_Persistence_Header::size unsigned int  size  ) 
 

Definition at line 21 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().

00022 {
00023   this->size_ = size;
00024 }


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 Thu Nov 9 13:57:42 2006 for TAO_CosNaming by doxygen 1.3.6