Stg::Model::stg_cb_t Class Reference

#include <stage.hh>

List of all members.

Public Member Functions

bool operator< (const stg_cb_t &other) const
bool operator== (const stg_cb_t &other) const
 stg_cb_t ()
 stg_cb_t (stg_world_callback_t cb, void *arg)
 stg_cb_t (stg_model_callback_t cb, void *arg)

Public Attributes

void * arg
stg_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.

Definition at line 1618 of file stage.hh.


Constructor & Destructor Documentation

Stg::Model::stg_cb_t::stg_cb_t ( stg_model_callback_t  cb,
void *  arg 
) [inline]

Definition at line 1624 of file stage.hh.

Stg::Model::stg_cb_t::stg_cb_t ( stg_world_callback_t  cb,
void *  arg 
) [inline]

Definition at line 1627 of file stage.hh.

Stg::Model::stg_cb_t::stg_cb_t (  )  [inline]

Definition at line 1630 of file stage.hh.


Member Function Documentation

bool Stg::Model::stg_cb_t::operator< ( const stg_cb_t other  )  const [inline]

for placing in a sorted container

Definition at line 1633 of file stage.hh.

bool Stg::Model::stg_cb_t::operator== ( const stg_cb_t other  )  const [inline]

for searching in a sorted container

Definition at line 1637 of file stage.hh.


Member Data Documentation

Definition at line 1622 of file stage.hh.

Definition at line 1621 of file stage.hh.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


stage
Author(s): Richard Vaughan, with contributions from many others. See web page for a full credits list.
autogenerated on Fri Jan 11 10:03:39 2013