#include <qmf/SchemaId.h>
List of all members.
Detailed Description
Definition at line 38 of file SchemaId.h.
Member Typedef Documentation
typedef SchemaIdImpl qmf::Handle< SchemaIdImpl >::Impl [protected, inherited] |
Constructor & Destructor Documentation
qmf::SchemaId::SchemaId |
( |
SchemaIdImpl * |
impl = 0 | ) |
|
qmf::SchemaId::SchemaId |
( |
const SchemaId & |
| ) |
|
qmf::SchemaId::~SchemaId |
( |
| ) |
|
qmf::SchemaId::SchemaId |
( |
int |
, |
|
|
const std::string & |
, |
|
|
const std::string & |
|
|
) |
| |
Member Function Documentation
const std::string& qmf::SchemaId::getName |
( |
| ) |
const |
const std::string& qmf::SchemaId::getPackageName |
( |
| ) |
const |
int qmf::SchemaId::getType |
( |
| ) |
const |
bool qmf::Handle< SchemaIdImpl >::isNull |
( |
| ) |
const [inline, inherited] |
- Returns:
- true if handle is null. It is an error to call any function on a null handle.
Definition at line 45 of file Handle.h.
bool qmf::Handle< SchemaIdImpl >::isValid |
( |
| ) |
const [inline, inherited] |
- Returns:
- true if handle is valid, i.e. not null.
Definition at line 42 of file Handle.h.
qmf::Handle< SchemaIdImpl >::operator bool |
( |
| ) |
const [inline, inherited] |
Conversion to bool supports idiom if (handle) { handle->...
}
Definition at line 48 of file Handle.h.
bool qmf::Handle< SchemaIdImpl >::operator! |
( |
| ) |
const [inline, inherited] |
Operator ! supports idiom if (!handle) { do_if_handle_is_null(); }.
Definition at line 51 of file Handle.h.
void qmf::Handle< SchemaIdImpl >::swap |
( |
Handle< SchemaIdImpl > & |
h | ) |
[inline, inherited] |
Member Data Documentation
The documentation for this class was generated from the following file: