Implementation of qualified name class.
More...
#include <edlqname.h>
Implementation of qualified name class.
◆ EDLQName() [1/2]
EDLQName::EDLQName |
( |
IEDLNamespacePtr | ptrNamespace, |
|
|
const EDLString & | name ) |
|
inline |
constructor of EDLQName
- Parameters
-
ptrNamespace | Smart pointer to the namespace interface |
name | The name value |
◆ EDLQName() [2/2]
EDLQName::EDLQName |
( |
IEDLNamespacePtr | ptrNamespace, |
|
|
const EDLSysString & | name ) |
|
inline |
constructor of EDLQName
- Parameters
-
ptrNamespace | Smart pointer to the namespace interface |
name | The name value |
◆ getName()
EDLString EDLQName::getName |
( |
| ) |
const |
|
inline |
Retrieves member name of EDLQName.
- Returns
- EDLString The name value as EDLString
◆ getNamespace()
IEDLNamespacePtr EDLQName::getNamespace |
( |
| ) |
const |
|
inline |
Retrieves namespace.
- Returns
- IEDLNamespacePtr The smart pointer to the namespace interface
◆ getNameWithPrefix()
EDLString EDLQName::getNameWithPrefix |
( |
| ) |
const |
|
inline |
Returns EDLString that is combination of prefix and name (prefix:name)
- Returns
- EDLString The fullname
◆ isEmpty()
bool EDLQName::isEmpty |
( |
| ) |
|
|
inline |
Returns a boolean that says where this QName was empty.
- Returns
- bool True if the name is empty
◆ operator=()
void EDLQName::operator= |
( |
const EDLQName & | another | ) |
|
|
inline |
◆ operator==()
bool EDLQName::operator== |
( |
const EDLQName & | another | ) |
const |
|
inline |
operator ==
- Parameters
-
- Returns
- bool True if equal, false if not
◆ setName() [1/2]
bool EDLQName::setName |
( |
const EDLString & | name | ) |
|
|
inline |
Sets member name of EDLQName.
- Parameters
-
- Returns
- bool True
◆ setName() [2/2]
bool EDLQName::setName |
( |
const EDLSysString & | sysname | ) |
|
|
inline |
Sets member name of EDLQName.
- Parameters
-
- Returns
- bool True
◆ setNamespace()
bool EDLQName::setNamespace |
( |
const IEDLNamespacePtr & | ns | ) |
|
|
inline |
Sets namespace.
- Parameters
-
ns | Smart pointer to the namespace interface |
- Returns
- bool True
The documentation for this class was generated from the following file: