|
typedef bool(* | func) (std::ostream &, bool) |
|
typedef bool(* | func2) (std::ostream &, const args &) |
|
typedef bool(* | func3) (std::ostream &, int, char **) |
|
typedef bool(* | cfunc) (FILE *, bool) |
|
Definition at line 12 of file utest.
◆ cfunc
typedef bool(* tools::test::cfunc) (FILE *, bool) |
Definition at line 18 of file utest.
◆ func
typedef bool(* tools::test::func) (std::ostream &, bool) |
Definition at line 14 of file utest.
◆ func2
typedef bool(* tools::test::func2) (std::ostream &, const args &) |
Definition at line 15 of file utest.
◆ func3
typedef bool(* tools::test::func3) (std::ostream &, int, char **) |
Definition at line 16 of file utest.
◆ test() [1/6]
Definition at line 20 of file utest.
◆ test() [2/6]
tools::test::test |
( |
bool |
a_do_it, |
|
|
func |
a_func |
|
) |
| |
|
inline |
Definition at line 21 of file utest.
◆ test() [3/6]
tools::test::test |
( |
bool |
a_do_it, |
|
|
func2 |
a_func |
|
) |
| |
|
inline |
Definition at line 22 of file utest.
◆ test() [4/6]
tools::test::test |
( |
bool |
a_do_it, |
|
|
func3 |
a_func |
|
) |
| |
|
inline |
Definition at line 23 of file utest.
◆ test() [5/6]
tools::test::test |
( |
bool |
a_do_it, |
|
|
cfunc |
a_func |
|
) |
| |
|
inline |
Definition at line 24 of file utest.
◆ ~test()
virtual tools::test::~test |
( |
| ) |
|
|
inlinevirtual |
Definition at line 25 of file utest.
◆ test() [6/6]
tools::test::test |
( |
const test & |
a_from | ) |
|
|
inline |
Definition at line 27 of file utest.
◆ operator=()
test& tools::test::operator= |
( |
const test & |
a_from | ) |
|
|
inline |
Definition at line 30 of file utest.
◆ m_cfunc
cfunc tools::test::m_cfunc |
Definition at line 43 of file utest.
◆ m_do_it
bool tools::test::m_do_it |
Definition at line 39 of file utest.
◆ m_func
Definition at line 40 of file utest.
◆ m_func2
func2 tools::test::m_func2 |
Definition at line 41 of file utest.
◆ m_func3
func3 tools::test::m_func3 |
Definition at line 42 of file utest.
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/utest