HDK
|
This is the complete list of members for ParamValue, including all inherited members.
data() const noexcept | ParamValue | inline |
datasize() const noexcept | ParamValue | inline |
get(int i=0) const noexcept | ParamValue | inline |
get_float(float defaultval=0) const | ParamValue | |
get_float_indexed(int index, float defaultval=0) const | ParamValue | |
get_int(int defaultval=0) const | ParamValue | |
get_int_indexed(int index, int defaultval=0) const | ParamValue | |
get_string(int maxsize=64) const | ParamValue | |
get_string_indexed(int index) const | ParamValue | |
get_ustring(int maxsize=64) const | ParamValue | |
get_ustring_indexed(int index) const | ParamValue | |
init(ustring _name, TypeDesc _type, int _nvalues, Interp _interp, const void *_value, bool _copy=true) noexcept | ParamValue | inline |
init(ustring _name, TypeDesc _type, int _nvalues, const void *_value, bool _copy=true) noexcept | ParamValue | inline |
init(string_view _name, TypeDesc _type, int _nvalues, const void *_value, bool _copy=true) noexcept | ParamValue | inline |
init(string_view _name, TypeDesc _type, int _nvalues, Interp _interp, const void *_value, bool _copy=true) noexcept | ParamValue | inline |
Interp enum name | ParamValue | |
interp() const noexcept | ParamValue | inline |
interp(Interp i) noexcept | ParamValue | inline |
INTERP_CONSTANT enum value | ParamValue | |
INTERP_LINEAR enum value | ParamValue | |
INTERP_PERPIECE enum value | ParamValue | |
INTERP_VERTEX enum value | ParamValue | |
is_nonlocal() const noexcept | ParamValue | inline |
localval | ParamValue | |
name() const noexcept | ParamValue | inline |
nvalues() const noexcept | ParamValue | inline |
operator=(const ParamValue &p) noexcept | ParamValue | inline |
operator=(ParamValue &&p) noexcept | ParamValue | inline |
ParamValue() noexcept | ParamValue | inline |
ParamValue(const ustring &_name, TypeDesc _type, int _nvalues, const void *_value, bool _copy=true) noexcept | ParamValue | inline |
ParamValue(const ustring &_name, TypeDesc _type, int _nvalues, Interp _interp, const void *_value, bool _copy=true) noexcept | ParamValue | inline |
ParamValue(string_view _name, TypeDesc _type, int _nvalues, const void *_value, bool _copy=true) noexcept | ParamValue | inline |
ParamValue(string_view _name, TypeDesc _type, int _nvalues, Interp _interp, const void *_value, bool _copy=true) noexcept | ParamValue | inline |
ParamValue(string_view _name, int value) noexcept | ParamValue | inline |
ParamValue(string_view _name, float value) noexcept | ParamValue | inline |
ParamValue(string_view _name, ustring value) noexcept | ParamValue | inline |
ParamValue(string_view _name, string_view value) noexcept | ParamValue | inline |
ParamValue(string_view _name, TypeDesc type, string_view value) | ParamValue | |
ParamValue(const ParamValue &p) noexcept | ParamValue | inline |
ParamValue(const ParamValue &p, bool _copy) noexcept | ParamValue | inline |
ParamValue(ParamValue &&p) noexcept | ParamValue | inline |
ptr | ParamValue | |
swap(ParamValue &a, ParamValue &b) noexcept | ParamValue | friend |
type() const noexcept | ParamValue | inline |
uname() const noexcept | ParamValue | inline |
~ParamValue() noexcept | ParamValue | inline |