|
Orxonox
0.0.5 Codename: Arcturus
|
Extra namespace to avoid exposing the iostream operators in it. More...
Functions | |
| template<class FromType > | |
| ORX_FORCEINLINE bool | operator<< (std::ostream &outstream, const FromType &input) |
| Fallback operator <<() (delegates to orxonox::ConverterFallback) More... | |
| template<class ToType > | |
| ORX_FORCEINLINE bool | operator>> (std::istream &instream, ToType &output) |
| Fallback operator >>() (delegates to orxonox::ConverterFallback) More... | |
Extra namespace to avoid exposing the iostream operators in it.
| ORX_FORCEINLINE bool fallbackTemplates::operator<< | ( | std::ostream & | outstream, |
| const FromType & | input | ||
| ) |
Fallback operator <<() (delegates to orxonox::ConverterFallback)
| ORX_FORCEINLINE bool fallbackTemplates::operator>> | ( | std::istream & | instream, |
| ToType & | output | ||
| ) |
Fallback operator >>() (delegates to orxonox::ConverterFallback)
1.8.11