aws::autom::iObject Struct Reference
Base class for all Keila objects. More...
#include <iaws/aws2.h>
Public Types | |
enum | TYPE |
Public Member Functions | |
virtual csRef< iString > | GetName ()=0 |
Gets the name of the object. | |
virtual TYPE | ObjectType ()=0 |
Returns the type of the object, a member of the object::TYPE enumeration. | |
virtual csRef< iString > | ReprObject ()=0 |
Converts the object into the text representation of it. | |
virtual void | SetName (iString *_name)=0 |
Sets the name of the object. | |
virtual floating | ToFloat ()=0 |
Converts the object into a float object, if possible. | |
virtual integer | ToInt ()=0 |
Converts the object into an integer object, if possible. | |
virtual string | ToString ()=0 |
Converts the object into a string object if possible. |
Detailed Description
Base class for all Keila objects.
Definition at line 53 of file aws2.h.
Member Function Documentation
|
Gets the name of the object.
|
|
Returns the type of the object, a member of the object::TYPE enumeration.
|
|
Converts the object into the text representation of it. This is the inverse of parsing. |
|
Sets the name of the object.
|
|
Converts the object into a float object, if possible.
|
|
Converts the object into an integer object, if possible.
|
|
Converts the object into a string object if possible.
|
The documentation for this struct was generated from the following file:
- iaws/aws2.h
Generated for Crystal Space by doxygen 1.4.6