Classes | |
struct | Cont |
Public Types | |
typedef boost::intrusive::list < Cont > | BufferType |
Public Member Functions | |
template<class Function > | |
void | apply (Function func) |
double | mcfoo (Cont &c) |
void | mfoo (double d) |
Static Public Member Functions | |
template<class Function > | |
static void | apply_item (Function func, Cont &c) |
Public Attributes | |
BufferType | mlist |
Definition at line 36 of file listlocked_test.cpp.
typedef boost::intrusive::list<Cont> ListTest::BufferType |
Definition at line 41 of file listlocked_test.cpp.
void ListTest::apply | ( | Function | func | ) | [inline] |
Definition at line 60 of file listlocked_test.cpp.
static void ListTest::apply_item | ( | Function | func, |
Cont & | c | ||
) | [inline, static] |
Definition at line 54 of file listlocked_test.cpp.
double ListTest::mcfoo | ( | Cont & | c | ) | [inline] |
Definition at line 48 of file listlocked_test.cpp.
void ListTest::mfoo | ( | double | d | ) | [inline] |
Definition at line 45 of file listlocked_test.cpp.
Definition at line 43 of file listlocked_test.cpp.