#include "ace/config-all.h"
#include "tao/Versioned_Namespace.h"
#include "ace/SString.h"
Include dependency graph for Storable.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | TAO_NS_Persistence_Header |
class | TAO_NS_Persistence_Record |
class | TAO_NS_Persistence_Global |
class | TAO_Storable_Base |
class | TAO_Naming_Service_Persistence_Factory |
Variables | |
static TAO_BEGIN_VERSIONED_NAMESPACE_DECL const int | szInt = sizeof(int) |
static const int | szChar = sizeof(char) |
static const int | szBool = sizeof(int) |
Chanaka Liyanaarachchi <chanaka@ociweb.com>
Definition in file Storable.h.
const int szBool = sizeof(int) [static] |
Definition at line 31 of file Storable.h.
const int szChar = sizeof(char) [static] |
Definition at line 30 of file Storable.h.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL const int szInt = sizeof(int) [static] |
Definition at line 29 of file Storable.h.