impulse::Method< T > Member List
This is the complete list of members for
impulse::Method< T >, including all inherited members.
eval(Array &args, Value self) | impulse::Method< T > | [inline, virtual] |
Frame(Frame *proto=NULL) | impulse::Frame | [inline] |
getSlot(Symbol &symbol) | impulse::Frame | [inline] |
initSlots() | impulse::Frame | [inline, virtual] |
inspect() | impulse::Method< T > | [inline, virtual] |
invoke(Value proto, Array &args, Value self) | impulse::Method< T > | [inline] |
Method(string name, Value(T::*method)(Array &, Value)) | impulse::Method< T > | [inline] |
Method(string name, Value(T::*method)(Array &, Value), Frame *arg1proto) | impulse::Method< T > | [inline] |
operator new(size_t size) | impulse::Frame | [inline] |
proto() | impulse::Frame | [inline] |
send(Symbol &selector, Array &args) | impulse::Frame | [inline] |
send(Symbol &selector, Array &args, Value self) | impulse::Frame | [inline] |
setSlot(Symbol &symbol, Value value) | impulse::Frame | [inline] |
slots() | impulse::Frame | [inline] |
~Frame() | impulse::Frame | [virtual] |