IOSS 2.0
|
This is the complete list of members for Ioss::Property, including all inherited members.
ATTRIBUTE enum value | Ioss::Property | |
BasicType enum name | Ioss::Property | |
data_ | Ioss::Property | private |
EXTERNAL enum value | Ioss::Property | |
get_int() const | Ioss::Property | |
get_name() const | Ioss::Property | inline |
get_origin() const | Ioss::Property | inline |
get_pointer() const | Ioss::Property | |
get_real() const | Ioss::Property | |
get_string() const | Ioss::Property | |
get_type() const | Ioss::Property | inline |
get_value(int64_t *value) const | Ioss::Property | private |
get_value(double *value) const | Ioss::Property | private |
get_value(std::string *value) const | Ioss::Property | private |
get_value(void *&value) const | Ioss::Property | private |
get_value(std::vector< double > *value) const | Ioss::Property | private |
get_value(std::vector< int > *value) const | Ioss::Property | private |
get_vec_double() const | Ioss::Property | |
get_vec_int() const | Ioss::Property | |
IMPLICIT enum value | Ioss::Property | |
INTEGER enum value | Ioss::Property | |
INTERNAL enum value | Ioss::Property | |
INVALID enum value | Ioss::Property | |
is_explicit() const | Ioss::Property | inline |
is_implicit() const | Ioss::Property | inline |
is_invalid() const | Ioss::Property | inline |
is_valid() const | Ioss::Property | inline |
name_ | Ioss::Property | private |
operator!=(const Ioss::Property &rhs) const | Ioss::Property | |
operator==(const Ioss::Property &rhs) const | Ioss::Property | |
Origin enum name | Ioss::Property | |
origin_ | Ioss::Property | private |
POINTER enum value | Ioss::Property | |
Property(std::string name, int64_t value, Origin origin=INTERNAL) | Ioss::Property | |
Property(std::string name, int value, Origin origin=INTERNAL) | Ioss::Property | |
Property(std::string name, double value, Origin origin=INTERNAL) | Ioss::Property | |
Property(std::string name, const std::string &value, Origin origin=INTERNAL) | Ioss::Property | |
Property(std::string name, const char *value, Origin origin=INTERNAL) | Ioss::Property | |
Property(std::string name, void *value, Origin origin=INTERNAL) | Ioss::Property | |
Property(std::string name, const std::vector< int > &value, Origin origin=INTERNAL) | Ioss::Property | |
Property(std::string name, const std::vector< double > &value, Origin origin=INTERNAL) | Ioss::Property | |
Property(const GroupingEntity *ge, std::string name, BasicType type) | Ioss::Property | |
REAL enum value | Ioss::Property | |
set_origin(Origin origin) | Ioss::Property | inline |
STRING enum value | Ioss::Property | |
type_ | Ioss::Property | private |
VEC_DOUBLE enum value | Ioss::Property | |
VEC_INTEGER enum value | Ioss::Property |