|
Gaudi Framework, version v23r4 |
| Home | Generated: Mon Sep 17 2012 |
Description: More...
#include <PoolClasses.h>

Public Member Functions | |
| PoolDbTokenWrap () | |
| Standard constructor. | |
| PoolDbTokenWrap (const PoolDbTokenWrap &wrp) | |
| Copy constructor. | |
| virtual | ~PoolDbTokenWrap () |
| Standard destructor. | |
| bool | operator== (const PoolDbTokenWrap &c) const |
| Equality operator. | |
| PoolDbTokenWrap & | operator= (const PoolDbTokenWrap &wrp) |
| Assignment operator. | |
Public Attributes | |
| pool::Token | token |
| Aggregated token object. | |
Description:
Definition at line 49 of file PoolClasses.h.
| PoolDbTokenWrap::PoolDbTokenWrap | ( | ) | [inline] |
| PoolDbTokenWrap::PoolDbTokenWrap | ( | const PoolDbTokenWrap & | wrp ) | [inline] |
| virtual PoolDbTokenWrap::~PoolDbTokenWrap | ( | ) | [inline, virtual] |
| PoolDbTokenWrap& PoolDbTokenWrap::operator= | ( | const PoolDbTokenWrap & | wrp ) | [inline] |
Assignment operator.
Definition at line 61 of file PoolClasses.h.
| bool PoolDbTokenWrap::operator== | ( | const PoolDbTokenWrap & | c ) | const [inline] |
Aggregated token object.
Definition at line 51 of file PoolClasses.h.