#include <it_bus/token.h>
Inheritance diagram for IT_Bus::Token:
Definition at line 23 of file token.h.
Public Types | |
typedef IT_Reflect::ValueRef< IT_Bus::Token > | IT_ReflectionType |
Public Member Functions | |
Token () IT_THROW_DECL(()) | |
No argument constructor. | |
Token & | operator= (const Token &rhs) IT_THROW_DECL(()) |
Assignment operator. | |
virtual const QName & | get_type () const |
Returns the IT_Bus::QName for the type. | |
Static Public Member Functions | |
static bool | is_valid_token (const String &value) IT_THROW_DECL(()) |
Confirms that supplied string does not include invalid characters. | |
Public Attributes | |
Token(const String &value) IT_THROW_DECL((IT_Bus Token(const char *value) IT_THROW_DECL((IT_Bu | Token )(const Token ©) IT_THROW_DECL(()) |
Copy constructor. | |
Static Public Attributes | |
virtual IT_Reflect::Reflection *virtual get_reflection() IT_THROW_DECL((IT_Reflect const IT_Reflect::Reflection *static get_reflection() const IT_THROW_DECL((IT_Reflect const QName | get_static_type )() |
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance. |
virtual const QName& IT_Bus::Token::get_type | ( | ) | const [virtual] |
Returns the IT_Bus::QName for the type.
Derived subclasses implement this method and return their QName.
Reimplemented from IT_Bus::NormalizedString.
Reimplemented in IT_Bus::ID, IT_Bus::Language, IT_Bus::Name, IT_Bus::NCName, and IT_Bus::NMToken.
static bool IT_Bus::Token::is_valid_token | ( | const String & | value | ) | [static] |
Confirms that supplied string does not include invalid characters.
String | to test for validity. |
virtual IT_Reflect::Reflection* virtual get_reflection ( ) IT_THROW_DECL((IT_Reflect const IT_Reflect::Reflection* static get_reflection ( ) const IT_THROW_DECL((IT_Reflect const QName IT_Bus::Token::get_static_type)() [static] |
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.
IT_Reflect::ReflectException |
Reimplemented from IT_Bus::NormalizedString.
Reimplemented in IT_Bus::ID, IT_Bus::Language, IT_Bus::Name, IT_Bus::NCName, and IT_Bus::NMToken.
Referenced by IT_Bus::SchemaTypeTraits< Token >::type_name().