Public Member Functions | |
| this () | |
| Creates a new empty tag table. | |
| void | add (TextTag tag) |
| Adds a tag to this tag table. | |
| void | remove (TextTag tag) |
| removes a tag from this tag table | |
| TextTag | lookup (char[] name) |
| Gets a tag from this table by name. | |
| gint | getSize () |
| Gets the size of this tag table. | |
Static Public Member Functions | |
| GType | getType () |
| Gets this class type. | |
|
|
Adds a tag to this tag table.
|
|
|
Gets the size of this tag table.
|
|
|
Gets this class type.
|
|
|
Gets a tag from this table by name.
|
|
|
removes a tag from this tag table
|
|
|
Creates a new empty tag table.
|
|
|
|
|