Orxonox  0.0.5 Codename: Arcturus
Static Public Member Functions | List of all members
ConverterStringStream< FromType, ToType > Struct Template Reference

Fallback template for stringstream. More...

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/libraries/util/Convert.h>

Static Public Member Functions

static ORX_FORCEINLINE bool convert (ToType *output, const FromType &input)
 

Detailed Description

template<class FromType, class ToType>
struct ConverterStringStream< FromType, ToType >

Fallback template for stringstream.

Neither FromType nor ToType was std::string, therefore delegate to orxonox::ConverterFallback

Member Function Documentation

template<class FromType , class ToType >
static ORX_FORCEINLINE bool ConverterStringStream< FromType, ToType >::convert ( ToType *  output,
const FromType &  input 
)
inlinestatic

The documentation for this struct was generated from the following file: