This is the complete list of members for RecordType, including all inherited members.
astuple() const | RecordType | |
compare(TypePtr supertype) | Type | |
empty() const override | RecordType | virtual |
equal(const TypePtr &other, bool check_parameters) const override | RecordType | virtual |
field(int64_t fieldindex) const | RecordType | |
field(const std::string &key) const | RecordType | |
fieldindex(const std::string &key) const override | RecordType | virtual |
fielditems() const | RecordType | |
fields() const | RecordType | |
get_typestr(std::string &output) const | Type | protected |
haskey(const std::string &key) const override | RecordType | virtual |
istuple() const | RecordType | |
key(int64_t fieldindex) const override | RecordType | virtual |
keys() const override | RecordType | virtual |
numfields() const override | RecordType | virtual |
parameter(const std::string &key) const | Type | |
parameter_asstring(const std::string &key) const | Type | |
parameter_equals(const std::string &key, const std::string &value) const | Type | |
parameter_isname(const std::string &key) const | Type | |
parameter_isstring(const std::string &key) const | Type | |
parameters() const | Type | |
parameters_ | Type | protected |
parameters_empty() const | Type | protected |
parameters_equal(const util::Parameters &other, bool check_all) const | Type | |
recordlookup() const | RecordType | |
RecordType(const util::Parameters ¶meters, const std::string &typestr, const std::vector< TypePtr > &types, const util::RecordLookupPtr &recordlookup) | RecordType | |
RecordType(const util::Parameters ¶meters, const std::string &typestr, const std::vector< TypePtr > &types) | RecordType | |
setparameter(const std::string &key, const std::string &value) | Type | |
setparameters(const util::Parameters ¶meters) | Type | |
shallow_copy() const override | RecordType | virtual |
string_parameters() const | Type | protected |
tostring() const | Type | |
tostring_part(const std::string &indent, const std::string &pre, const std::string &post) const override | RecordType | virtual |
Type(const util::Parameters ¶meters, const std::string &typestr) | Type | |
types() const | RecordType | |
typestr() const | Type | |
typestr_ | Type | protected |
wrap_categorical(const std::string &output) const | Type | protected |
~Type() | Type | virtual |