Stg::Model::cb_t Class Reference
#include <stage.hh>
Public Member Functions | |
cb_t (model_callback_t cb, void *arg) | |
cb_t (world_callback_t cb, void *arg) | |
cb_t () | |
bool | operator< (const cb_t &other) const |
bool | operator== (const cb_t &other) const |
Public Attributes | |
void * | arg |
model_callback_t | callback |
Detailed Description
container for a callback function and a single argument, so
they can be stored together in a list with a single pointer.
Constructor & Destructor Documentation
|
inline |
|
inline |
|
inline |
Member Function Documentation
|
inline |
for placing in a sorted container
|
inline |
for searching in a sorted container
Member Data Documentation
void* Stg::Model::cb_t::arg |
model_callback_t Stg::Model::cb_t::callback |
The documentation for this class was generated from the following file:
Generated on Sat Feb 2 2013 14:43:21 for Stage by
