|
IOSS
2.0
|
This is the complete list of members for Ioss::Property, including all inherited members.
| BasicType enum name | Ioss::Property | |
| data_ | Ioss::Property | private |
| get_int() const | Ioss::Property | |
| get_name() 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 |
| INTEGER 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 |
| isImplicit_ | Ioss::Property | private |
| name_ | Ioss::Property | private |
| operator=(Property rhs) | Ioss::Property | |
| POINTER enum value | Ioss::Property | |
| Property() | Ioss::Property | |
| Property(std::string name, BasicType type, void *data, bool is_it_implicit=false) | Ioss::Property | |
| Property(std::string name, int64_t value, bool is_it_implicit=false) | Ioss::Property | |
| Property(std::string name, int value, bool is_it_implicit=false) | Ioss::Property | |
| Property(std::string name, double value, bool is_it_implicit=false) | Ioss::Property | |
| Property(std::string name, const std::string &value, bool is_it_implicit=false) | Ioss::Property | |
| Property(std::string name, void *value, bool is_it_implicit) | Ioss::Property | |
| Property(const GroupingEntity *ge, std::string name, BasicType type) | Ioss::Property | |
| Property(const Property &from) | Ioss::Property | |
| REAL enum value | Ioss::Property | |
| STRING enum value | Ioss::Property | |
| type_ | Ioss::Property | private |
| ~Property() | Ioss::Property |