Template Struct MethRunner

Inheritance Relationships

Base Type

  • public epicsThreadRunable

Struct Documentation

template<typename C>
struct MethRunner : public epicsThreadRunable

Public Types

typedef void (C::* fn_t)()

Public Functions

inline MethRunner(C *i, fn_t f)
inline virtual ~MethRunner()
inline virtual void run()

Public Members

fn_t fn
C *inst