|
Isis 3.0 Application Source Code Reference |
Home |
#include <DbMapParameter.h>
Definition at line 56 of file DbMapParameter.h.
Public Member Functions | |
| DbMapVar () | |
| DbMapVar (const DbMapType vtype, const std::string &val) | |
| virtual | ~DbMapVar () |
| DbMapType | type () const |
| std::string | value () const |
| DbMapVar | ( | ) | [inline] |
Definition at line 58 of file DbMapParameter.h.
Definition at line 59 of file DbMapParameter.h.
| virtual ~DbMapVar | ( | ) | [inline, virtual] |
Definition at line 61 of file DbMapParameter.h.
| DbMapType type | ( | ) | const [inline] |
Definition at line 63 of file DbMapParameter.h.
| std::string value | ( | ) | const [inline] |
Definition at line 64 of file DbMapParameter.h.