Symbol Class Reference
#include <symbol.h>
List of all members.
Constructor & Destructor Documentation
| Symbol::Symbol |
( |
|
) |
[inline] |
| Symbol::Symbol |
( |
const QString & |
s |
) |
[inline] |
| Symbol::Symbol |
( |
const Symbol & |
s |
) |
[inline] |
Member Function Documentation
| int Symbol::length |
( |
|
) |
const [inline] |
| Symbol::operator const QString & |
( |
|
) |
const [inline] |
| Symbol::operator QString |
( |
|
) |
const [inline] |
| const QString& Symbol::operator() |
( |
|
) |
const [inline] |
| bool Symbol::operator< |
( |
const Symbol & |
other |
) |
[inline] |
| bool Symbol::operator== |
( |
const Symbol & |
other |
) |
[inline] |
| virtual DataClass* Symbol::shallow_copy |
( |
|
) |
const [inline, protected, virtual] |
The shallow_copy function should be overridden to return a shallow copy of the own object, but allocated with new.
Implements DataClass.
References Symbol().
| static QString Symbol::type |
( |
|
) |
[inline, static] |
| virtual QString Symbol::type_name |
( |
|
) |
const [inline, protected, virtual] |
| void Symbol::visit |
( |
DataVisitor & |
v |
) |
[protected, virtual] |
The documentation for this class was generated from the following files: