|
Teamcenter C++ API Reference
2312
|
This is the complete list of members for AttributeAccessor, including all inherited members.
| appendChar(tag_t inst_tag, tag_t att_tag, char value) | AttributeAccessor | static |
| appendDate(tag_t inst_tag, tag_t att_tag, date_t value) | AttributeAccessor | static |
| appendDouble(tag_t inst_tag, tag_t att_tag, double value) | AttributeAccessor | static |
| appendInteger(tag_t inst_tag, tag_t att_tag, int value) | AttributeAccessor | static |
| appendLogical(tag_t inst_tag, tag_t att_tag, bool value) | AttributeAccessor | static |
| appendString(tag_t inst_tag, tag_t att_tag, std::string value) | AttributeAccessor | static |
| appendTag(tag_t inst_tag, tag_t att_tag, tag_t value) | AttributeAccessor | static |
| appendTagValues(tag_t inst_tag, tag_t att_tag, const std::vector< tag_t > &values, const std::vector< int > *isNull=0) | AttributeAccessor | static |
| charIndex(tag_t inst_tag, tag_t att_tag, char value, int &index_val) | AttributeAccessor | static |
| dateIndex(tag_t inst_tag, tag_t att_tag, date_t value, int &index_val) | AttributeAccessor | static |
| doubleIndex(tag_t inst_tag, tag_t att_tag, double value, int &index_val) | AttributeAccessor | static |
| getArrayValue(tag_t inst_tag, tag_t att_tag, Teamcenter::BoolVector &values, Teamcenter::BoolVector &isNulls) | AttributeAccessor | static |
| getArrayValue(tag_t inst_tag, tag_t att_tag, Teamcenter::CharVector &values, Teamcenter::BoolVector &isNulls) | AttributeAccessor | static |
| getArrayValue(tag_t inst_tag, tag_t att_tag, Teamcenter::DateVector &values, Teamcenter::BoolVector &isNulls) | AttributeAccessor | static |
| getArrayValue(tag_t inst_tag, tag_t att_tag, Teamcenter::DoubleVector &values, Teamcenter::BoolVector &isNulls) | AttributeAccessor | static |
| getArrayValue(tag_t inst_tag, tag_t att_tag, Teamcenter::IntVector &values, Teamcenter::BoolVector &isNulls) | AttributeAccessor | static |
| getArrayValue(tag_t inst_tag, tag_t att_tag, Teamcenter::StringVector &values, Teamcenter::BoolVector &isNulls) | AttributeAccessor | static |
| getArrayValue(tag_t inst_tag, tag_t att_tag, Teamcenter::TagVector &values, Teamcenter::BoolVector &isNulls) | AttributeAccessor | static |
| getCharValue(tag_t inst_tag, tag_t att_tag, char &value, bool &isNull, bool &hasReadAccess) | AttributeAccessor | static |
| getCharValue(tag_t inst_tag, tag_t att_tag, char &value, bool &isNull) | AttributeAccessor | static |
| getCharValue(tag_t inst_tag, tag_t att_tag, char &value) | AttributeAccessor | static |
| getCharValue(tag_t inst_tag, tag_t att_tag, bool checkReadAccess, char &value, bool &isNull, bool &isEmpty, bool &hasReadAccess) | AttributeAccessor | privatestatic |
| getCharValueAt(tag_t inst_tag, tag_t att_tag, int pos, char &value, bool *isNull, bool &hasReadAccess) | AttributeAccessor | static |
| getCharValueAt(tag_t inst_tag, tag_t att_tag, int pos, char &value, bool *isNull=0) | AttributeAccessor | static |
| getCharValues(tag_t inst_tag, tag_t att_tag, std::vector< char > &values, std::vector< int > &isNull, bool &hasReadAccess) | AttributeAccessor | static |
| getCharValues(tag_t inst_tag, tag_t att_tag, std::vector< char > &values, std::vector< int > &isNull) | AttributeAccessor | static |
| getCharValues(tag_t inst_tag, tag_t att_tag, std::vector< char > &values) | AttributeAccessor | static |
| getDateValue(tag_t inst_tag, tag_t att_tag, date_t &value, bool &isNull, bool &hasReadAccess) | AttributeAccessor | static |
| getDateValue(tag_t inst_tag, tag_t att_tag, date_t &value, bool &isNull) | AttributeAccessor | static |
| getDateValue(tag_t inst_tag, tag_t att_tag, date_t &value) | AttributeAccessor | static |
| getDateValue(tag_t inst_tag, tag_t att_tag, bool checkReadAccess, date_t &value, bool &isNull, bool &isEmpty, bool &hasReadAccess) | AttributeAccessor | privatestatic |
| getDateValueAt(tag_t inst_tag, tag_t att_tag, int pos, date_t &value, bool *isNull, bool &hasReadAccess) | AttributeAccessor | static |
| getDateValueAt(tag_t inst_tag, tag_t att_tag, int pos, date_t &value, bool *isNull=0) | AttributeAccessor | static |
| getDateValues(tag_t inst_tag, tag_t att_tag, std::vector< date_t > &values, std::vector< int > &isNull, bool &hasReadAccess) | AttributeAccessor | static |
| getDateValues(tag_t inst_tag, tag_t att_tag, std::vector< date_t > &values, std::vector< int > &isNull) | AttributeAccessor | static |
| getDateValues(tag_t inst_tag, tag_t att_tag, std::vector< date_t > &values) | AttributeAccessor | static |
| getDoubleValue(tag_t inst_tag, tag_t att_tag, double &value, bool &isNull, bool &hasReadAccess) | AttributeAccessor | static |
| getDoubleValue(tag_t inst_tag, tag_t att_tag, double &value, bool &isNull) | AttributeAccessor | static |
| getDoubleValue(tag_t inst_tag, tag_t att_tag, double &value) | AttributeAccessor | static |
| getDoubleValue(tag_t inst_tag, tag_t att_tag, bool checkReadAccess, double &value, bool &isNull, bool &isEmpty, bool &hasReadAccess) | AttributeAccessor | privatestatic |
| getDoubleValueAt(tag_t inst_tag, tag_t att_tag, int pos, double &value, bool *isNull, bool &hasReadAccess) | AttributeAccessor | static |
| getDoubleValueAt(tag_t inst_tag, tag_t att_tag, int pos, double &value, bool *isNull=0) | AttributeAccessor | static |
| getDoubleValues(tag_t inst_tag, tag_t att_tag, std::vector< double > &values, std::vector< int > &isNull, bool &hasReadAccess) | AttributeAccessor | static |
| getDoubleValues(tag_t inst_tag, tag_t att_tag, std::vector< double > &values, std::vector< int > &isNull) | AttributeAccessor | static |
| getDoubleValues(tag_t inst_tag, tag_t att_tag, std::vector< double > &values) | AttributeAccessor | static |
| getIntegerValue(tag_t inst_tag, tag_t att_tag, int &value, bool &isNull, bool &hasReadAccess) | AttributeAccessor | static |
| getIntegerValue(tag_t inst_tag, tag_t att_tag, int &value, bool &isNull) | AttributeAccessor | static |
| getIntegerValue(tag_t inst_tag, tag_t att_tag, int &value) | AttributeAccessor | static |
| getIntegerValue(tag_t inst_tag, tag_t att_tag, bool checkReadAccess, int &value, bool &isNull, bool &isEmpty, bool &hasReadAccess) | AttributeAccessor | privatestatic |
| getIntegerValueAt(tag_t inst_tag, tag_t att_tag, int pos, int &value, bool *isNull, bool &hasReadAccess) | AttributeAccessor | static |
| getIntegerValueAt(tag_t inst_tag, tag_t att_tag, int pos, int &value, bool *isNull=0) | AttributeAccessor | static |
| getIntegerValues(tag_t inst_tag, tag_t att_tag, std::vector< int > &values, std::vector< int > &isNull, bool &hasReadAccess) | AttributeAccessor | static |
| getIntegerValues(tag_t inst_tag, tag_t att_tag, std::vector< int > &values, std::vector< int > &isNull) | AttributeAccessor | static |
| getIntegerValues(tag_t inst_tag, tag_t att_tag, std::vector< int > &values) | AttributeAccessor | static |
| getLogicalValue(tag_t inst_tag, tag_t att_tag, bool &value, bool &isNull, bool &hasReadAccess) | AttributeAccessor | static |
| getLogicalValue(tag_t inst_tag, tag_t att_tag, bool &value, bool &isNull) | AttributeAccessor | static |
| getLogicalValue(tag_t inst_tag, tag_t att_tag, bool &value) | AttributeAccessor | static |
| getLogicalValue(tag_t inst_tag, tag_t att_tag, bool checkReadAccess, bool &value, bool &isNull, bool &isEmpty, bool &hasReadAccess) | AttributeAccessor | privatestatic |
| getLogicalValueAt(tag_t inst_tag, tag_t att_tag, int pos, bool &value, bool *isNull, bool &hasReadAccess) | AttributeAccessor | static |
| getLogicalValueAt(tag_t inst_tag, tag_t att_tag, int pos, bool &value, bool *isNull=0) | AttributeAccessor | static |
| getLogicalValues(tag_t inst_tag, tag_t att_tag, std::vector< int > &values, std::vector< int > &isNull, bool &hasReadAccess) | AttributeAccessor | static |
| getLogicalValues(tag_t inst_tag, tag_t att_tag, std::vector< int > &values, std::vector< int > &isNull) | AttributeAccessor | static |
| getLogicalValues(tag_t inst_tag, tag_t att_tag, std::vector< int > &values) | AttributeAccessor | static |
| getStringValue(tag_t inst_tag, tag_t att_tag, std::string &value, bool &isNull) | AttributeAccessor | static |
| getStringValue(tag_t inst_tag, tag_t att_tag, std::string &value) | AttributeAccessor | static |
| getStringValue(tag_t inst_tag, tag_t att_tag, std::string &value, bool &isNull, bool &hasReadAccess) | AttributeAccessor | static |
| getStringValue(tag_t inst_tag, tag_t att_tag, bool checkReadAccess, std::string &value, bool &isNull, bool &isEmpty, bool &hasReadAccess) | AttributeAccessor | privatestatic |
| getStringValueAt(tag_t inst_tag, tag_t att_tag, int pos, std::string &value, bool *isNull, bool &hasReadAccess) | AttributeAccessor | static |
| getStringValueAt(tag_t inst_tag, tag_t att_tag, int pos, std::string &value, bool *isNull=0) | AttributeAccessor | static |
| getStringValues(tag_t inst_tag, tag_t att_tag, std::vector< std::string > &values, std::vector< int > &isNull, bool &hasReadAccess) | AttributeAccessor | static |
| getStringValues(tag_t inst_tag, tag_t att_tag, std::vector< std::string > &values, std::vector< int > &isNull) | AttributeAccessor | static |
| getStringValues(tag_t inst_tag, tag_t att_tag, std::vector< std::string > &values) | AttributeAccessor | static |
| getTagValue(tag_t inst_tag, tag_t att_tag, tag_t &value, bool &isNull, bool &hasReadAccess) | AttributeAccessor | static |
| getTagValue(tag_t inst_tag, tag_t att_tag, tag_t &value, bool &isNull) | AttributeAccessor | static |
| getTagValue(tag_t inst_tag, tag_t att_tag, tag_t &value) | AttributeAccessor | static |
| getTagValue(tag_t inst_tag, tag_t att_tag, bool checkReadAccess, tag_t &value, bool &isNull, bool &isEmpty, bool &hasReadAccess) | AttributeAccessor | privatestatic |
| getTagValueAt(tag_t inst_tag, tag_t att_tag, int pos, tag_t &value, bool *isNull, bool &hasReadAccess) | AttributeAccessor | static |
| getTagValueAt(tag_t inst_tag, tag_t att_tag, int pos, tag_t &value, bool *isNull=0) | AttributeAccessor | static |
| getTagValues(tag_t inst_tag, tag_t att_tag, std::vector< tag_t > &values, std::vector< int > &isNull, bool &hasReadAccess) | AttributeAccessor | static |
| getTagValues(tag_t inst_tag, tag_t att_tag, std::vector< tag_t > &values, std::vector< int > &isNull) | AttributeAccessor | static |
| getTagValues(tag_t inst_tag, tag_t att_tag, std::vector< tag_t > &values) | AttributeAccessor | static |
| getValue(tag_t inst_tag, tag_t att_tag, bool &value, bool &isNull) | AttributeAccessor | inlinestatic |
| getValue(tag_t inst_tag, tag_t att_tag, char &value, bool &isNull) | AttributeAccessor | inlinestatic |
| getValue(tag_t inst_tag, tag_t att_tag, date_t &value, bool &isNull) | AttributeAccessor | inlinestatic |
| getValue(tag_t inst_tag, tag_t att_tag, double &value, bool &isNull) | AttributeAccessor | inlinestatic |
| getValue(tag_t inst_tag, tag_t att_tag, int &value, bool &isNull) | AttributeAccessor | inlinestatic |
| getValue(tag_t inst_tag, tag_t att_tag, tag_t &value, bool &isNull) | AttributeAccessor | inlinestatic |
| getValue(tag_t inst_tag, tag_t att_tag, const char *&value, bool &isNull) | AttributeAccessor | static |
| getValue(tag_t inst_tag, tag_t att_tag, Teamcenter::StdSmString &value, bool &isNull) | AttributeAccessor | static |
| insertChar(tag_t inst_tag, tag_t att_tag, int pos, char type) | AttributeAccessor | static |
| insertDate(tag_t inst_tag, tag_t att_tag, int pos, date_t type) | AttributeAccessor | static |
| insertDouble(tag_t inst_tag, tag_t att_tag, int pos, double type) | AttributeAccessor | static |
| insertInteger(tag_t inst_tag, tag_t att_tag, int pos, int type) | AttributeAccessor | static |
| insertLogical(tag_t inst_tag, tag_t att_tag, int pos, bool type) | AttributeAccessor | static |
| insertString(tag_t inst_tag, tag_t att_tag, int pos, std::string type) | AttributeAccessor | static |
| insertTag(tag_t inst_tag, tag_t att_tag, int pos, tag_t type) | AttributeAccessor | static |
| integerIndex(tag_t inst_tag, tag_t att_tag, int value, int &index_val) | AttributeAccessor | static |
| isCharNull(tag_t inst_tag, tag_t att_tag) | AttributeAccessor | static |
| isDateNull(tag_t inst_tag, tag_t att_tag) | AttributeAccessor | static |
| isDoubleNull(tag_t inst_tag, tag_t att_tag) | AttributeAccessor | static |
| isIntegerNull(tag_t inst_tag, tag_t att_tag) | AttributeAccessor | static |
| isLogicalNull(tag_t inst_tag, tag_t att_tag) | AttributeAccessor | static |
| isStringNull(tag_t inst_tag, tag_t att_tag) | AttributeAccessor | static |
| isTagNull(tag_t inst_tag, tag_t att_tag) | AttributeAccessor | static |
| length(tag_t inst_tag, tag_t att_tag) | AttributeAccessor | static |
| logicalIndex(tag_t inst_tag, tag_t att_tag, logical value, int &index_val) | AttributeAccessor | static |
| removeAt(tag_t inst, tag_t attr, int position) | AttributeAccessor | static |
| removeChar(tag_t inst_tag, tag_t att_tag, char value) | AttributeAccessor | static |
| removeDate(tag_t inst_tag, tag_t att_tag, date_t value) | AttributeAccessor | static |
| removeDouble(tag_t inst_tag, tag_t att_tag, double value) | AttributeAccessor | static |
| removeInteger(tag_t inst_tag, tag_t att_tag, int value) | AttributeAccessor | static |
| removeLogical(tag_t inst_tag, tag_t att_tag, bool value) | AttributeAccessor | static |
| removeString(tag_t inst_tag, tag_t att_tag, std::string &value) | AttributeAccessor | static |
| removeTag(tag_t inst_tag, tag_t att_tag, tag_t value) | AttributeAccessor | static |
| reorder(tag_t inst_tag, tag_t attr_tag, int oldStart, int oldEnd, int newStart) | AttributeAccessor | static |
| resetCharArray(tag_t inst_tag, tag_t att_tag, const std::vector< char > &values, const std::vector< int > *is_null=0) | AttributeAccessor | static |
| resetCharList(tag_t inst_tag, tag_t att_tag, const std::vector< char > &values, const std::vector< int > *is_null=0) | AttributeAccessor | static |
| resetDateArray(tag_t inst_tag, tag_t att_tag, const std::vector< date_t > &values, const std::vector< int > *is_null=0) | AttributeAccessor | static |
| resetDateList(tag_t inst_tag, tag_t att_tag, const std::vector< date_t > &values, const std::vector< int > *is_null=0) | AttributeAccessor | static |
| resetDoubleArray(tag_t inst_tag, tag_t att_tag, const std::vector< double > &values, const std::vector< int > *is_null=0) | AttributeAccessor | static |
| resetDoubleList(tag_t inst_tag, tag_t att_tag, const std::vector< double > &values, const std::vector< int > *is_null) | AttributeAccessor | static |
| resetIntegerArray(tag_t inst_tag, tag_t att_tag, const std::vector< int > &values, const std::vector< int > *is_null) | AttributeAccessor | static |
| resetIntegerList(tag_t inst_tag, tag_t att_tag, const std::vector< int > &values, const std::vector< int > *is_null=0) | AttributeAccessor | static |
| resetLogicalArray(tag_t inst_tag, tag_t att_tag, const std::vector< int > &values, const std::vector< int > *is_null=0) | AttributeAccessor | static |
| resetLogicalList(tag_t inst_tag, tag_t att_tag, const std::vector< int > &values, const std::vector< int > *is_null=0) | AttributeAccessor | static |
| resetStringArray(tag_t inst_tag, tag_t att_tag, const std::vector< std::string > &values, const std::vector< int > *is_null=0) | AttributeAccessor | static |
| resetStringList(tag_t inst_tag, tag_t att_tag, const std::vector< std::string > &values, const std::vector< int > *is_null=0) | AttributeAccessor | static |
| resetTagArray(tag_t inst_tag, tag_t att_tag, const std::vector< tag_t > &values, const std::vector< int > *is_null=0) | AttributeAccessor | static |
| resetTagList(tag_t inst_tag, tag_t att_tag, const std::vector< tag_t > &values, const std::vector< int > *is_null=0) | AttributeAccessor | static |
| setCharValue(tag_t inst_tag, tag_t att_tag, char value, bool isNull=false) | AttributeAccessor | static |
| setCharValueAt(tag_t inst_tag, tag_t att_tag, int pos, char value, bool isNull=false) | AttributeAccessor | static |
| setDateValue(tag_t inst_tag, tag_t att_tag, date_t value, bool isNull=false) | AttributeAccessor | static |
| setDateValueAt(tag_t inst_tag, tag_t att_tag, int pos, date_t value, bool isNull=false) | AttributeAccessor | static |
| setDoubleValue(tag_t inst_tag, tag_t att_tag, double value, bool isNull=false) | AttributeAccessor | static |
| setDoubleValueAt(tag_t inst_tag, tag_t att_tag, int pos, double value, bool isNull=false) | AttributeAccessor | static |
| setIntegerValue(tag_t inst_tag, tag_t att_tag, int value, bool isNull=false) | AttributeAccessor | static |
| setIntegerValueAt(tag_t inst_tag, tag_t att_tag, int pos, int value, bool isNull=false) | AttributeAccessor | static |
| setLogicalValue(tag_t inst_tag, tag_t att_tag, bool value, bool isNull=false) | AttributeAccessor | static |
| setLogicalValueAt(tag_t inst_tag, tag_t att_tag, int pos, bool value, bool isNull=false) | AttributeAccessor | static |
| setNull(tag_t inst_tag, tag_t attr_tag) | AttributeAccessor | static |
| setNullArray(tag_t inst_tag, tag_t attr_tag) | AttributeAccessor | static |
| setNullList(tag_t inst_tag, tag_t attr_tag) | AttributeAccessor | static |
| setStringValue(tag_t inst_tag, tag_t att_tag, const std::string &value, bool isNull=false) | AttributeAccessor | static |
| setStringValueAt(tag_t inst_tag, tag_t att_tag, int pos, std::string &value, bool isNull=false) | AttributeAccessor | static |
| setTagValue(tag_t inst_tag, tag_t att_tag, tag_t value, bool isNull=false) | AttributeAccessor | static |
| setTagValueAt(tag_t inst_tag, tag_t att_tag, int pos, tag_t value, bool isNull=false) | AttributeAccessor | static |
| stringIndex(tag_t inst_tag, tag_t att_tag, std::string &value, int &index_val) | AttributeAccessor | static |
| tagIndex(tag_t inst_tag, tag_t att_tag, tag_t value, int &index_val) | AttributeAccessor | static |