OSSIA
Open Scenario System for Interactive Application
ossia::oscquery::osc_type_visitor Struct Reference

Detailed Description

Puts the OSC typetag of a value in a std::string For instance "if", "T", "fTI", etc.

Public Member Functions

void operator() ()
 
void operator() (impulse)
 
void operator() (int v)
 
void operator() (float v)
 
void operator() (bool v)
 
void operator() (char v)
 
void operator() (const std::string &v)
 
template<std::size_t N>
void operator() (const std::array< float, N > &vec)
 
void operator() (const std::vector< ossia::value > &vec)
 
void operator() (const value_map_type &vec)
 

Public Attributes

std::string & type