#include <symbol.h>
Inherits impulse::Frame.
Public Member Functions | |
Symbol (string name="") | |
void | initSlots () |
string | inspect () |
string | getName () |
Static Public Member Functions | |
static Symbol & | at (string name) |
Protected Member Functions | |
Value | _getName (Array &args, Value self) |
impulse::Symbol::Symbol | ( | string | name = "" |
) |
void impulse::Symbol::initSlots | ( | ) | [virtual] |
Reimplemented from impulse::Frame.
string impulse::Symbol::inspect | ( | ) | [inline, virtual] |
Reimplemented from impulse::Frame.
string impulse::Symbol::getName | ( | ) | [inline] |
Symbol & impulse::Symbol::at | ( | string | name | ) | [static] |