Classes | |
| class | Abc |
| My class documentation. More... | |
Enumerations | |
| enum | Fruit : unsigned int |
| My Fruit documentation. More... | |
Functions | |
| ::std::ostream & | operator<< (::std::ostream &os, Fruit const &rhs) |
| Operator for Fruit. | |
| enum Test::Fruit : unsigned int |
My Fruit documentation.
Definition at line 21 of file test_common_enum_class.cpp.
| ::std::ostream& Test::operator<< | ( | ::std::ostream & | os, |
| Fruit const & | rhs | ||
| ) |
Operator for Fruit.
| os | ostream operator |
| rhs | the fruit object |
Definition at line 38 of file test_common_enum_class.cpp.