CompleteDB Embedded: Direct C++ API
2.4.2
|
Provides services to iterate collection of IdentityInfo type objects. More...
#include <IdentityIterator.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 bool | next () |
virtual void | reset () |
virtual const char * | getName () const |
IdentityIterator & | operator= (const IdentityIterator &src) |
IdentityIterator (const IdentityIterator &src) | |
virtual | ~IdentityIterator () |
IdentityIterator () | |
![]() | |
void * | get () const |
Object & | operator= (const Object &src) |
Object (const Object &src) | |
virtual | ~Object () |
Object () | |
![]() | |
Iterator & | operator= (const Iterator &src) |
Iterator (const Iterator &src) | |
virtual | ~Iterator () |
Iterator () | |
![]() | |
IdentityInfo & | operator= (const IdentityInfo &src) |
IdentityInfo (const IdentityInfo &src) | |
virtual | ~IdentityInfo () |
IdentityInfo () |
Friends | |
class | IndexInfo |
class | IndexIterator |
class | IndexMetadata |
class | CreateIndex |
Additional Inherited Members | |
![]() | |
Object (void *src) | |
![]() | |
void * | m |
Provides services to iterate collection of IdentityInfo type objects.
Definition at line 17 of file IdentityIterator.hpp.
|
inline |
Definition at line 72 of file IdentityIterator.hpp.
|
inlinevirtual |
Definition at line 76 of file IdentityIterator.hpp.
|
inline |
Definition at line 77 of file IdentityIterator.hpp.
|
inlinevirtual |
Performs safe typecast.
Reimplemented from IdentityInfo.
Definition at line 33 of file IdentityIterator.hpp.
|
inlinevirtual |
class type of the object.
Reimplemented from IdentityInfo.
Definition at line 45 of file IdentityIterator.hpp.
|
inlinevirtual |
Returns the name of the entity.
Reimplemented from IdentityInfo.
Definition at line 67 of file IdentityIterator.hpp.
|
inlinevirtual |
object type of the underlying derived object.
Reimplemented from IdentityInfo.
Definition at line 49 of file IdentityIterator.hpp.
|
inlinevirtual |
if underlying database is connected.
Reimplemented from IdentityInfo.
Definition at line 37 of file IdentityIterator.hpp.
|
inlinevirtual |
if underlying database is not connected.
Reimplemented from IdentityInfo.
Definition at line 41 of file IdentityIterator.hpp.
|
inlinevirtual |
Advances the iterator to the next element.
Reimplemented from Iterator.
Definition at line 56 of file IdentityIterator.hpp.
|
inline |
Definition at line 71 of file IdentityIterator.hpp.
|
inlinevirtual |
Sets the iterator to its initial position.
Reimplemented from Iterator.
Definition at line 60 of file IdentityIterator.hpp.
|
friend |
Definition at line 26 of file IdentityIterator.hpp.
|
friend |
Definition at line 23 of file IdentityIterator.hpp.
|
friend |
Definition at line 24 of file IdentityIterator.hpp.
|
friend |
Definition at line 25 of file IdentityIterator.hpp.