This is the complete list of members for OGRFeature::FieldValue, including all inherited members.
| clear() | OGRFeature::FieldValue | |
| empty() const | OGRFeature::FieldValue | inline |
| GetAsDouble() const | OGRFeature::FieldValue | |
| GetAsDoubleList() const | OGRFeature::FieldValue | |
| GetAsInteger() const | OGRFeature::FieldValue | |
| GetAsInteger64() const | OGRFeature::FieldValue | |
| GetAsInteger64List() const | OGRFeature::FieldValue | |
| GetAsIntegerList() const | OGRFeature::FieldValue | |
| GetAsString() const | OGRFeature::FieldValue | |
| GetAsStringList() const | OGRFeature::FieldValue | |
| GetDateTime(int *pnYear, int *pnMonth, int *pnDay, int *pnHour, int *pnMinute, float *pfSecond, int *pnTZFlag) const | OGRFeature::FieldValue | |
| GetDefn() const | OGRFeature::FieldValue | |
| GetDouble() const | OGRFeature::FieldValue | inline |
| GetIndex() const | OGRFeature::FieldValue | |
| GetInteger() const | OGRFeature::FieldValue | inline |
| GetInteger64() const | OGRFeature::FieldValue | inline |
| GetName() const | OGRFeature::FieldValue | inline |
| GetRawValue() const | OGRFeature::FieldValue | |
| GetString() const | OGRFeature::FieldValue | inline |
| GetSubType() const | OGRFeature::FieldValue | inline |
| GetType() const | OGRFeature::FieldValue | inline |
| IsNull() const | OGRFeature::FieldValue | |
| IsUnset() const | OGRFeature::FieldValue | |
| OGRFeature (defined in OGRFeature::FieldValue) | OGRFeature::FieldValue | friend |
| operator const char *() const | OGRFeature::FieldValue | inline |
| operator const std::vector< double > &() const | OGRFeature::FieldValue | inline |
| operator const std::vector< GIntBig > &() const | OGRFeature::FieldValue | inline |
| operator const std::vector< int > &() const | OGRFeature::FieldValue | inline |
| operator const std::vector< std::string > &() const | OGRFeature::FieldValue | inline |
| operator CSLConstList() const | OGRFeature::FieldValue | |
| operator double() const | OGRFeature::FieldValue | inline |
| operator GIntBig() const | OGRFeature::FieldValue | inline |
| operator int() const | OGRFeature::FieldValue | inline |
| operator=(const FieldValue &oOther) | OGRFeature::FieldValue | |
| operator=(int nVal) | OGRFeature::FieldValue | |
| operator=(GIntBig nVal) | OGRFeature::FieldValue | |
| operator=(double dfVal) | OGRFeature::FieldValue | |
| operator=(const char *pszVal) | OGRFeature::FieldValue | |
| operator=(const std::string &osVal) | OGRFeature::FieldValue | |
| operator=(const std::vector< int > &oArray) | OGRFeature::FieldValue | |
| operator=(const std::vector< GIntBig > &oArray) | OGRFeature::FieldValue | |
| operator=(const std::vector< double > &oArray) | OGRFeature::FieldValue | |
| operator=(const std::vector< std::string > &oArray) | OGRFeature::FieldValue | |
| operator=(CSLConstList papszValues) | OGRFeature::FieldValue | |
| SetDateTime(int nYear, int nMonth, int nDay, int nHour=0, int nMinute=0, float fSecond=0.f, int nTZFlag=0) | OGRFeature::FieldValue | |
| SetNull() | OGRFeature::FieldValue | |
| Unset() | OGRFeature::FieldValue | inline |