|
The Sparta Modeling Framework
|
We need to have the capability to detect the presence of. More...
Classes | |
| struct | fallback |
| A fallback struct which can create itself. More... | |
| struct | has_ostream_operator |
Typedefs | |
| typedef char | no |
| Typedef a char array of size one. | |
| typedef char | yes[2] |
| Typedef a char array of size two. | |
Functions | |
| no | operator<< (std::ostream const &, fallback const &) |
| Declare a dummy << operator which operates on. | |
| yes & | test (std::ostream &) |
| If the class does have an << operator overloaded,. | |
| no & | test (no) |
| If the class did not have an << operator overloaded. | |
We need to have the capability to detect the presence of.
| typedef char sparta::tracker::has_ostream_operator_impl::no |
Typedef a char array of size one.
Definition at line 38 of file StateTracker.hpp.
| typedef char sparta::tracker::has_ostream_operator_impl::yes[2] |
Typedef a char array of size two.
Definition at line 41 of file StateTracker.hpp.