
Public Member Functions | |
| A () | |
| A () | |
| A (coil::Condition< coil::Mutex > &cond, coil::Mutex &mutex) | |
| int | add_one (int val) |
| bool | add_one_invoked () |
| int | get_count () |
| void | hoge () |
| bool | hoge_invoked () |
| void | munya (const char *msg) |
| bool | munya_invoked () |
| int | mysvc () |
| int | mysvc2 () |
| int | mysvc3 () |
| virtual std::string | name () |
| void | signal (int usec) |
Public Member Functions inherited from Base | |
| virtual | ~Base () |
Static Public Member Functions | |
| static void | setLogger (Logger *logger) |
Public Attributes | |
| coil::Condition< coil::Mutex > & | m_cond |
| coil::Mutex & | m_mutex |
Private Attributes | |
| bool | m_addone |
| bool | m_hoge |
| bool | m_munya |
Static Private Attributes | |
| static int | count = 0 |
| static Logger * | m_logger = NULL |
Definition at line 33 of file AsyncInvokerTests.cpp.
|
inline |
Definition at line 36 of file AsyncInvokerTests.cpp.
|
inline |
Definition at line 39 of file ConditionTests.cpp.
|
inline |
Definition at line 35 of file SingletonTests.cpp.
|
inline |
Definition at line 64 of file AsyncInvokerTests.cpp.
|
inline |
Definition at line 75 of file AsyncInvokerTests.cpp.
|
inline |
Definition at line 42 of file SingletonTests.cpp.
|
inline |
Definition at line 40 of file AsyncInvokerTests.cpp.
|
inline |
Definition at line 50 of file AsyncInvokerTests.cpp.
|
inline |
Definition at line 52 of file AsyncInvokerTests.cpp.
|
inline |
Definition at line 62 of file AsyncInvokerTests.cpp.
|
inline |
Definition at line 61 of file PeriodicTaskTests.cpp.
|
inline |
Definition at line 70 of file PeriodicTaskTests.cpp.
|
inline |
Definition at line 79 of file PeriodicTaskTests.cpp.
|
inlinevirtual |
Implements Base.
Definition at line 51 of file coil/tests/Factory/FactoryTests.cpp.
|
inlinestatic |
Definition at line 91 of file PeriodicTaskTests.cpp.
|
inline |
Definition at line 41 of file ConditionTests.cpp.
|
staticprivate |
Definition at line 47 of file SingletonTests.cpp.
|
private |
Definition at line 80 of file AsyncInvokerTests.cpp.
| coil::Condition<coil::Mutex>& A::m_cond |
Definition at line 48 of file ConditionTests.cpp.
|
private |
Definition at line 78 of file AsyncInvokerTests.cpp.
|
staticprivate |
Definition at line 97 of file PeriodicTaskTests.cpp.
|
private |
Definition at line 79 of file AsyncInvokerTests.cpp.
| coil::Mutex& A::m_mutex |
Definition at line 49 of file ConditionTests.cpp.