|
|
| ActualVector (const std::vector< T > &v) |
| |
|
void | _print_vector (std::ostream &o, const std::vector< T > &value) const |
| |
|
void | operator== (const std::vector< T > &expected) |
| |
|
void | operator!= (const std::vector< T > &expected) |
| |
|
| Actual (const std::vector< T > &actual) |
| |
|
| Actual (const Actual &)=default |
| |
|
| Actual (Actual &&)=default |
| |
|
Actual & | operator= (const Actual &)=delete |
| |
|
Actual & | operator= (Actual &&)=delete |
| |
|
void | istrue () const |
| |
|
void | isfalse () const |
| |
|
void | operator== (const E &expected) const |
| |
|
void | operator!= (const E &expected) const |
| |
|
void | operator< (const E &expected) const |
| |
|
void | operator<= (const E &expected) const |
| |
|
void | operator> (const E &expected) const |
| |
|
void | operator>= (const E &expected) const |
| |
The documentation for this struct was generated from the following file: