Inheritance diagram for IT_Bus::AnyURI:
Definition at line 20 of file any_uri.h.
Public Types | |
typedef IT_Reflect::ValueRef< IT_Bus::AnyURI > | IT_ReflectionType |
Public Member Functions | |
virtual AnyType::Kind | get_kind () const |
Returns the IT_Bus::AnyType::Kind for the type. | |
virtual const QName & | get_type () const |
Returns the IT_Bus::QName for the type. | |
Private Attributes | |
String | m_uri |
virtual AnyType::Kind IT_Bus::AnyURI::get_kind | ( | ) | const [virtual] |
Returns the IT_Bus::AnyType::Kind for the type.
Derived subclasses override this method and return the appropriate Kind.
Reimplemented from IT_Bus::AnyType.
virtual const QName& IT_Bus::AnyURI::get_type | ( | ) | const [virtual] |
Returns the IT_Bus::QName for the type.
Derived subclasses implement this method and return their QName.
Implements IT_Bus::AnyType.