117 for (
auto& i :
m_refs )
delete i;
virtual ~PoolDbLinkManager()
Standard destructor.
std::vector< pool::Token * > & references()
Access to token array.
std::vector< pool::Token * > m_refs
Directory links.
std::vector< std::string > m_links
Logical links.
PoolDbLinkManager()=default
Standard constructor.
std::vector< std::string > & links()
Access to link array.
pool::Token token
Aggregated token object.
PoolDbTokenWrap(const PoolDbTokenWrap &wrp)
Copy constructor.
virtual ~PoolDbTokenWrap()=default
Standard destructor.
PoolDbTokenWrap & operator=(const PoolDbTokenWrap &wrp)
Assignment operator.
PoolDbTokenWrap()=default
Standard constructor.
bool operator==(const PoolDbTokenWrap &c) const
Equality operator.
Shadow class to mimik POOL tokens.
std::pair< int, int > m_oid
Object global identifier.
int m_type
POOL OID data member: transient (a streamer is used to read it)
Guid m_classID
transient (a streamer is used to read it)
std::string m_dbID
transient (a streamer is used to read it)
int m_technology
transient (a streamer is used to read it)
bool operator==(const Token &t) const
std::string m_cntID
transient (a streamer is used to read it)
Token()=default
transient (a streamer is used to read it)
UCharDbArray()=default
Default constructor.
unsigned char * m_buffer
Buffer with object content.
int m_size
Size of buffer.
virtual ~UCharDbArray()
Standard destructor.