#include <ISOCountry.h>
Public Member Functions | |
| ISOCountry () | |
| ISOCountry (const std::string &code_r) | |
| ~ISOCountry () | |
| bool | isSet () const |
| std::string | code () const |
| std::string | name () const |
Private Attributes | |
| VarPtr< _D > | _d |
| ISOCountry::ISOCountry | ( | ) |
| ISOCountry::ISOCountry | ( | const std::string & | code_r | ) | [explicit] |
| ISOCountry::~ISOCountry | ( | ) |
| bool ISOCountry::isSet | ( | ) | const |
| std::string ISOCountry::code | ( | ) | const |
| std::string ISOCountry::name | ( | ) | const |
VarPtr<_D> ISOCountry::_d [private] |
1.5.3