Eneboo - Documentación para desarrolladores
Clases | 'defines' | Funciones
Referencia del Archivo tools/aqods/odf-gen/odstype.h

Ir al código fuente de este archivo.

Clases

struct  ODSType< T >
struct  ODSType< const T & >
struct  ODSType< char[N]>

'defines'

#define MAP_ODS_TYPE(cpptype, odstype)

Funciones

 MAP_ODS_TYPE (const char *, string)
 MAP_ODS_TYPE (std::string, string)

Documentación de los 'defines'

#define MAP_ODS_TYPE (   cpptype,
  odstype 
)
Valor:
template<> \
struct ODSType<cpptype> \
{ \
    static const char* convert() { return #odstype; } \
};

Documentación de las funciones

MAP_ODS_TYPE ( const char *  ,
string   
)
MAP_ODS_TYPE ( std::string  ,
string   
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'