CompleteDB Embedded: Direct C++ API
2.4.2
|
Provides services to query and modify identity information of a derived class. More...
#include <IdentityMetadata.hpp>
Public Member Functions | |
virtual bool | cast (const Object &from) |
virtual bool | isConnected () const |
virtual bool | isDisconnected () const |
virtual Type::Enum | getClassType () const |
virtual Type::Enum | getObjectType () const |
virtual const char * | getName () const |
virtual void | setName (const char *name) |
IdentityMetadata & | operator= (const IdentityMetadata &src) |
IdentityMetadata (const IdentityMetadata &src) | |
virtual | ~IdentityMetadata () |
IdentityMetadata () | |
![]() | |
void * | get () const |
Object & | operator= (const Object &src) |
Object (const Object &src) | |
virtual | ~Object () |
Object () | |
![]() | |
IdentityInfo & | operator= (const IdentityInfo &src) |
IdentityInfo (const IdentityInfo &src) | |
virtual | ~IdentityInfo () |
IdentityInfo () | |
![]() | |
IdentityMutator & | operator= (const IdentityMutator &src) |
IdentityMutator (const IdentityMutator &src) | |
virtual | ~IdentityMutator () |
IdentityMutator () |
Additional Inherited Members | |
![]() | |
Object (void *src) | |
![]() | |
void * | m |
Provides services to query and modify identity information of a derived class.
Definition at line 17 of file IdentityMetadata.hpp.
|
inline |
Definition at line 63 of file IdentityMetadata.hpp.
|
inlinevirtual |
Definition at line 67 of file IdentityMetadata.hpp.
|
inline |
Definition at line 68 of file IdentityMetadata.hpp.
|
inlinevirtual |
Performs safe typecast.
Reimplemented from IdentityInfo.
Definition at line 28 of file IdentityMetadata.hpp.
|
inlinevirtual |
class type of the object.
Reimplemented from IdentityInfo.
Definition at line 40 of file IdentityMetadata.hpp.
|
inlinevirtual |
Returns the name of the entity.
Reimplemented from IdentityInfo.
Definition at line 51 of file IdentityMetadata.hpp.
|
inlinevirtual |
object type of the underlying derived object.
Reimplemented from IdentityInfo.
Definition at line 44 of file IdentityMetadata.hpp.
|
inlinevirtual |
if underlying database is connected.
Reimplemented from IdentityInfo.
Definition at line 32 of file IdentityMetadata.hpp.
|
inlinevirtual |
if underlying database is not connected.
Reimplemented from IdentityInfo.
Definition at line 36 of file IdentityMetadata.hpp.
|
inline |
Definition at line 62 of file IdentityMetadata.hpp.
|
inlinevirtual |
Sets the name of the entity.
Reimplemented from IdentityMutator.
Definition at line 58 of file IdentityMetadata.hpp.