Test::BrancherHandle Class Reference
Test for brancher handles More...
Classes | |
| class | TestSpace |
| Test space. More... | |
Public Member Functions | |
| BrancherHandle (void) | |
| Initialize test. | |
| bool | run (void) |
| Perform actual tests. | |
Protected Member Functions | |
| int | index (void) |
| Return random index. | |
Static Protected Attributes | |
| static const int | n_b = 1024 |
| How many branchers to create. | |
Detailed Description
Test for brancher handles
Definition at line 46 of file brancher-handle.cpp.
Constructor & Destructor Documentation
| Test::BrancherHandle::BrancherHandle | ( | void | ) | [inline] |
Initialize test.
Definition at line 79 of file brancher-handle.cpp.
Member Function Documentation
| int Test::BrancherHandle::index | ( | void | ) | [inline, protected] |
Return random index.
Definition at line 73 of file brancher-handle.cpp.
| bool Test::BrancherHandle::run | ( | void | ) | [inline, virtual] |
Member Data Documentation
const int Test::BrancherHandle::n_b = 1024 [static, protected] |
How many branchers to create.
Definition at line 71 of file brancher-handle.cpp.
The documentation for this class was generated from the following file:
