classe YAML_data : collection of all needed information for data to save/restore in order to write the YAML file used to initialize PDI
More...
#include <YAML_data.h>
|
| | YAML_data () |
| | YAML_data (const std::string &name, const std::string &type) |
| | YAML_data (const std::string &name, const std::string &type, int nb_dim) |
| | YAML_data (const std::string &name, const std::string &type, int nb_dim, bool loc) |
| | YAML_data (const std::string &name, const std::string &type, int nb_dim, bool loc, bool is_ds) |
| void | set_local (bool l) |
| void | set_conditions (const std::string &cond) |
| void | add_attribute (const std::string &attr) |
| void | set_dataset (bool d) |
| void | set_hdf_name (const std::string &n) |
| void | set_save_field_type (bool b) |
| const std::string & | get_name () const |
| const std::string & | get_type () const |
| int | get_dims () const |
| bool | is_local () const |
| const std::string & | get_conditions () const |
| const std::vector< std::string > & | get_attributes () const |
| bool | is_dataset () const |
| const std::string & | get_hdf_name () const |
| bool | save_field_type () const |
classe YAML_data : collection of all needed information for data to save/restore in order to write the YAML file used to initialize PDI
Definition at line 25 of file YAML_data.h.
◆ YAML_data() [1/5]
◆ YAML_data() [2/5]
| YAML_data::YAML_data |
( |
const std::string & | name, |
|
|
const std::string & | type ) |
|
inline |
◆ YAML_data() [3/5]
| YAML_data::YAML_data |
( |
const std::string & | name, |
|
|
const std::string & | type, |
|
|
int | nb_dim ) |
|
inline |
◆ YAML_data() [4/5]
| YAML_data::YAML_data |
( |
const std::string & | name, |
|
|
const std::string & | type, |
|
|
int | nb_dim, |
|
|
bool | loc ) |
|
inline |
◆ YAML_data() [5/5]
| YAML_data::YAML_data |
( |
const std::string & | name, |
|
|
const std::string & | type, |
|
|
int | nb_dim, |
|
|
bool | loc, |
|
|
bool | is_ds ) |
|
inline |
◆ add_attribute()
| void YAML_data::add_attribute |
( |
const std::string & | attr | ) |
|
|
inline |
◆ get_attributes()
| const std::vector< std::string > & YAML_data::get_attributes |
( |
| ) |
const |
|
inline |
◆ get_conditions()
| const std::string & YAML_data::get_conditions |
( |
| ) |
const |
|
inline |
◆ get_dims()
| int YAML_data::get_dims |
( |
| ) |
const |
|
inline |
◆ get_hdf_name()
| const std::string & YAML_data::get_hdf_name |
( |
| ) |
const |
|
inline |
◆ get_name()
| const std::string & YAML_data::get_name |
( |
| ) |
const |
|
inline |
◆ get_type()
| const std::string & YAML_data::get_type |
( |
| ) |
const |
|
inline |
◆ is_dataset()
| bool YAML_data::is_dataset |
( |
| ) |
const |
|
inline |
◆ is_local()
| bool YAML_data::is_local |
( |
| ) |
const |
|
inline |
◆ save_field_type()
| bool YAML_data::save_field_type |
( |
| ) |
const |
|
inline |
◆ set_conditions()
| void YAML_data::set_conditions |
( |
const std::string & | cond | ) |
|
|
inline |
◆ set_dataset()
| void YAML_data::set_dataset |
( |
bool | d | ) |
|
|
inline |
◆ set_hdf_name()
| void YAML_data::set_hdf_name |
( |
const std::string & | n | ) |
|
|
inline |
◆ set_local()
| void YAML_data::set_local |
( |
bool | l | ) |
|
|
inline |
◆ set_save_field_type()
| void YAML_data::set_save_field_type |
( |
bool | b | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/cea-trust-platform/checkouts/master/src/Kernel/Utilitaires/YAML_data.h