Inheritance diagram for IT_Bus::AnyList:
Definition at line 630 of file any.h.
Public Types | |
typedef IT_Reflect::ComplexValueRef< Any > | IT_ReflectionType |
Public Member Functions | |
Kind | get_kind () const |
Returns the IT_Bus::AnyType::Kind for the type. | |
const QName & | get_type () const |
Returns the IT_Bus::QName for the type. | |
virtual void | set_size (size_t new_size) |
Set the size of the array. | |
Private Attributes | |
String | m_process_contents |
NamespaceConstraints | m_namespace_constraints |
String | m_any_namespace |
Kind IT_Bus::AnyList::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::TypeList.
const QName& IT_Bus::AnyList::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.