Orxonox  0.0.5 Codename: Arcturus
Functions
fallbackTemplates Namespace Reference

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...
 

Detailed Description

Extra namespace to avoid exposing the iostream operators in it.

Function Documentation

template<class FromType >
ORX_FORCEINLINE bool fallbackTemplates::operator<< ( std::ostream &  outstream,
const FromType &  input 
)

Fallback operator <<() (delegates to orxonox::ConverterFallback)

template<class ToType >
ORX_FORCEINLINE bool fallbackTemplates::operator>> ( std::istream &  instream,
ToType &  output 
)

Fallback operator >>() (delegates to orxonox::ConverterFallback)