XIOS
1.0
Xml I/O Server
|
#include <boost/multi_array.hpp>
#include "xios.hpp"
#include "attribute_template.hpp"
#include "object_template.hpp"
#include "group_template.hpp"
#include "icutil.hpp"
#include "icdate.hpp"
#include "timer.hpp"
#include "node_type.hpp"
Aller au code source de ce fichier.
Définitions de type | |
typedef xios::CReduceDomainToScalar * | reduce_domain_to_scalar_Ptr |
Fonctions | |
void | cxios_set_reduce_domain_to_scalar_local (reduce_domain_to_scalar_Ptr reduce_domain_to_scalar_hdl, bool local) |
void | cxios_get_reduce_domain_to_scalar_local (reduce_domain_to_scalar_Ptr reduce_domain_to_scalar_hdl, bool *local) |
bool | cxios_is_defined_reduce_domain_to_scalar_local (reduce_domain_to_scalar_Ptr reduce_domain_to_scalar_hdl) |
void | cxios_set_reduce_domain_to_scalar_operation (reduce_domain_to_scalar_Ptr reduce_domain_to_scalar_hdl, const char *operation, int operation_size) |
void | cxios_get_reduce_domain_to_scalar_operation (reduce_domain_to_scalar_Ptr reduce_domain_to_scalar_hdl, char *operation, int operation_size) |
bool | cxios_is_defined_reduce_domain_to_scalar_operation (reduce_domain_to_scalar_Ptr reduce_domain_to_scalar_hdl) |
Définition à la ligne 17 du fichier icreduce_domain_to_scalar_attr.cpp.
void cxios_get_reduce_domain_to_scalar_local | ( | reduce_domain_to_scalar_Ptr | reduce_domain_to_scalar_hdl, |
bool * | local | ||
) |
Définition à la ligne 26 du fichier icreduce_domain_to_scalar_attr.cpp.
void cxios_get_reduce_domain_to_scalar_operation | ( | reduce_domain_to_scalar_Ptr | reduce_domain_to_scalar_hdl, |
char * | operation, | ||
int | operation_size | ||
) |
Définition à la ligne 51 du fichier icreduce_domain_to_scalar_attr.cpp.
Références ERROR, et string_copy().
bool cxios_is_defined_reduce_domain_to_scalar_local | ( | reduce_domain_to_scalar_Ptr | reduce_domain_to_scalar_hdl | ) |
Définition à la ligne 33 du fichier icreduce_domain_to_scalar_attr.cpp.
bool cxios_is_defined_reduce_domain_to_scalar_operation | ( | reduce_domain_to_scalar_Ptr | reduce_domain_to_scalar_hdl | ) |
Définition à la ligne 59 du fichier icreduce_domain_to_scalar_attr.cpp.
void cxios_set_reduce_domain_to_scalar_local | ( | reduce_domain_to_scalar_Ptr | reduce_domain_to_scalar_hdl, |
bool | local | ||
) |
Définition à la ligne 19 du fichier icreduce_domain_to_scalar_attr.cpp.
void cxios_set_reduce_domain_to_scalar_operation | ( | reduce_domain_to_scalar_Ptr | reduce_domain_to_scalar_hdl, |
const char * | operation, | ||
int | operation_size | ||
) |
Définition à la ligne 42 du fichier icreduce_domain_to_scalar_attr.cpp.
Références cstr2string(), et xios::CObjectTemplate< T >::fromString().