This structure define the component of Account table.
Definition at line 69 of file account.h.
typedef Id<Account> OSB_LIB::Account::Oid |
OSB_LIB::Account::Account | ( | ) | [inline] |
OSB_LIB::Account::Account | ( | Oid | oid, | |
const std::string & | ac, | |||
AccountType | tp | |||
) | [inline] |
Oid OSB_LIB::Account::oid | ( | ) | const [inline] |
static char OSB_LIB::Account::toChar | ( | Side | sd | ) | [static] |
Convert a Side to a char.
sd | Side enumeration value to convert. |
std::string OSB_LIB::Account::code_ |