Inheritance diagram for IT_Bus::Language:
Definition at line 20 of file language.h.
Public Types | |
typedef IT_Reflect::ValueRef< IT_Bus::Language > | IT_ReflectionType |
Public Member Functions | |
virtual AnyType & | copy (const AnyType ©) |
Returns a reference to an AnyType that is a copy of the AnyType parameter. | |
virtual const QName & | get_type () const |
Returns the IT_Bus::QName for the type. | |
virtual IT_Reflect::Reflection * | get_reflection () throw ((IT_Reflect::ReflectException)) |
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance. | |
virtual const IT_Reflect::Reflection * | get_reflection () const throw ((IT_Reflect::ReflectException)) |
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance. | |
Protected Member Functions | |
virtual void | validate_string (const String &value) throw ((IT_Bus::Exception)) |
Confirms that supplied string does not include invalid characters. | |
virtual bool | allow_empty_string () const |
Returns a reference to an AnyType that is a copy of the AnyType parameter.
Derived classes override this method, providing an appropriate implementation. In this base class, this method is not supported; an exception is always thrown.
AnyType | to be copied. |
IT_Bus::Exception | with message "Copy not supported" |
Reimplemented from IT_Bus::Token.
virtual const QName& IT_Bus::Language::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::Token.
virtual IT_Reflect::Reflection* IT_Bus::Language::get_reflection | ( | ) | throw ((IT_Reflect::ReflectException)) [virtual] |
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.
IT_Reflect::ReflectException |
Reimplemented from IT_Bus::Token.
virtual const IT_Reflect::Reflection* IT_Bus::Language::get_reflection | ( | ) | const throw ((IT_Reflect::ReflectException)) [virtual] |
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.
IT_Reflect::ReflectException |
Reimplemented from IT_Bus::Token.
virtual void IT_Bus::Language::validate_string | ( | const String & | value | ) | throw ((IT_Bus::Exception)) [protected, virtual] |
Confirms that supplied string does not include invalid characters.
This method simply invokes the is_valid_token() method.
String | to test for validity. |
Reimplemented from IT_Bus::Token.