Searched defs:C2FieldSupportedValuesQuery (Results 1 – 1 of 1) sorted by relevance
36 struct C2FieldSupportedValuesQuery { struct49 C2FieldSupportedValuesQuery(const C2ParamField &field_, type_t type_) in C2FieldSupportedValuesQuery() argument54 return C2FieldSupportedValuesQuery(field_, CURRENT); in Current() argument59 return C2FieldSupportedValuesQuery(field_, POSSIBLE); in Possible() argument62 inline C2ParamField field() const { return _mField; }; in field()64 inline type_t type() const { return _mType; } in type()