Declaration of DbString class.
More...
#include <DbString.h>
|
| | DbString () |
| | Standard Constructor.
|
| | DbString (const std::string &s) |
| | Constructor with initializer.
|
| virtual | ~DbString () |
| | Standard destructor.
|
Declaration of DbString class.
Definition at line 20 of file DbString.h.
◆ DbString() [1/2]
| pool::DbString::DbString |
( |
| ) |
|
|
inline |
Standard Constructor.
Definition at line 23 of file DbString.h.
◆ DbString() [2/2]
| pool::DbString::DbString |
( |
const std::string & | s | ) |
|
|
inline |
Constructor with initializer.
Definition at line 25 of file DbString.h.
◆ ~DbString()
| virtual pool::DbString::~DbString |
( |
| ) |
|
|
inlinevirtual |
Standard destructor.
Definition at line 27 of file DbString.h.
The documentation for this class was generated from the following file: