#include <it_bus/normalized_string.h>
Inheritance diagram for IT_Bus::NormalizedString:

Definition at line 23 of file normalized_string.h.
Public Types | |
|
typedef IT_Reflect::ValueRef< IT_Bus::NormalizedString > | IT_ReflectionType |
Public Member Functions | |
| NormalizedString () IT_THROW_DECL(()) | |
| No argument constructor. | |
| NormalizedString & | operator= (const NormalizedString &rhs) IT_THROW_DECL(()) |
| Assignment operator. | |
| const String & | get_value () const IT_THROW_DECL(()) |
| Obtain the string value of the instance. | |
| 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. | |
Public Attributes | |
|
NormalizedString(const String &value) IT_THROW_DECL((IT_Bus NormalizedString(const char *value) IT_THROW_DECL((IT_Bu | NormalizedString )(const NormalizedString ©) IT_THROW_DECL(()) |
| Copy constructor. | |
Static Public Attributes | |
| virtual IT_Reflect::Reflection *virtual get_reflection() IT_THROW_DECL((IT_Reflect const IT_Reflect::Reflection *virtual get_reflection() const IT_THROW_DECL((IT_Reflect void virtual write_value(AnySimpleTypeWriter &writer) const IT_THROW_DECL((IT_Bus void static read_value(AnySimpleTypeReader &reader) IT_THROW_DECL((IT_Bus const QName | get_static_type )() |
| Return an instance of the IT_Reflect::Reflection type that encapsulates this instance. | |
Protected Attributes | |
| String | m_value |
| virtual AnyType::Kind IT_Bus::NormalizedString::get_kind | ( | ) | const [virtual] |
Returns the IT_Bus::AnyType::Kind for the type.
Reimplemented from IT_Bus::AnyType.
| virtual const QName& IT_Bus::NormalizedString::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.
Reimplemented in IT_Bus::ID, IT_Bus::Language, IT_Bus::Name, IT_Bus::NCName, IT_Bus::NMToken, and IT_Bus::Token.
| const String& IT_Bus::NormalizedString::get_value | ( | ) | const |
virtual IT_Reflect::Reflection* virtual get_reflection ( ) IT_THROW_DECL((IT_Reflect const IT_Reflect::Reflection* virtual get_reflection ( ) const IT_THROW_DECL((IT_Reflect void virtual write_value ( AnySimpleTypeWriter& writer ) const IT_THROW_DECL((IT_Bus void static read_value ( AnySimpleTypeReader& reader ) IT_THROW_DECL((IT_Bus const QName IT_Bus::NormalizedString::get_static_type)() [static] |
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.
| IT_Reflect::ReflectException |
Reimplemented in IT_Bus::ID, IT_Bus::Language, IT_Bus::Name, IT_Bus::NCName, IT_Bus::NMToken, and IT_Bus::Token.
Referenced by IT_Bus::SchemaTypeTraits< NormalizedString >::type_name().
1.4.7