XIOS
1.0
Xml I/O Server
|
#include <boost/multi_array.hpp>
#include <memory>
#include "xios.hpp"
#include "object_template.hpp"
#include "group_template.hpp"
#include "attribute_template.hpp"
#include "icutil.hpp"
#include "timer.hpp"
#include "scalar.hpp"
Aller au code source de ce fichier.
Définitions de type | |
typedef xios::CScalar * | XScalarPtr |
typedef xios::CScalarGroup * | XScalarGroupPtr |
Fonctions | |
void | cxios_scalar_handle_create (XScalarPtr *_ret, const char *_id, int _id_len) TRY |
CATCH_DUMP_STACK void | cxios_scalargroup_handle_create (XScalarGroupPtr *_ret, const char *_id, int _id_len) TRY |
CATCH_DUMP_STACK void | cxios_scalar_valid_id (bool *_ret, const char *_id, int _id_len) TRY |
CATCH_DUMP_STACK void | cxios_scalargroup_valid_id (bool *_ret, const char *_id, int _id_len) TRY |
typedef xios::CScalarGroup* XScalarGroupPtr |
Définition à la ligne 25 du fichier icscalar.cpp.
typedef xios::CScalar* XScalarPtr |
Définition à la ligne 24 du fichier icscalar.cpp.
void cxios_scalar_handle_create | ( | XScalarPtr * | _ret, |
const char * | _id, | ||
int | _id_len | ||
) |
Définition à la ligne 29 du fichier icscalar.cpp.
Références cstr2string(), et xios::CObjectTemplate< CScalar >::get().
CATCH_DUMP_STACK void cxios_scalar_valid_id | ( | bool * | _ret, |
const char * | _id, | ||
int | _id_len | ||
) |
Définition à la ligne 53 du fichier icscalar.cpp.
Références cstr2string(), et xios::CObjectTemplate< CScalar >::has().
CATCH_DUMP_STACK void cxios_scalargroup_handle_create | ( | XScalarGroupPtr * | _ret, |
const char * | _id, | ||
int | _id_len | ||
) |
Définition à la ligne 40 du fichier icscalar.cpp.
Références cstr2string().
CATCH_DUMP_STACK void cxios_scalargroup_valid_id | ( | bool * | _ret, |
const char * | _id, | ||
int | _id_len | ||
) |
Définition à la ligne 65 du fichier icscalar.cpp.
Références cstr2string().