COVISE Core
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Namespaces | Functions
SharedStateSerializer.cpp File Reference
#include "SharedStateSerializer.h"
Include dependency graph for SharedStateSerializer.cpp:

Namespaces

 vrb
 

Functions

template<>
SharedStateDataType vrb::getSharedStateType< bool > (const bool &type)
 
template<>
SharedStateDataType vrb::getSharedStateType< int > (const int &type)
 
template<>
SharedStateDataType vrb::getSharedStateType< float > (const float &type)
 
template<>
SharedStateDataType vrb::getSharedStateType< std::string > (const std::string &type)
 
template<>
SharedStateDataType vrb::getSharedStateType< char > (const char &type)
 
template<>
SharedStateDataType vrb::getSharedStateType< double > (const double &type)
 
std::string vrb::tokenBufferToString (covise::TokenBuffer &&tb, int typeID)