P4C
The P4 Compiler
|
This is the complete list of members for P4::Util::JsonValue, including all inherited members.
as() const | P4::ICastable | inline |
as() | P4::ICastable | inline |
checkedTo() const | P4::ICastable | inline |
checkedTo() | P4::ICastable | inline |
DECLARE_TYPEINFO(IJson) (defined in P4::Util::IJson) | P4::Util::IJson | |
dump() const (defined in P4::Util::IJson) | P4::Util::IJson | |
False enum value (defined in P4::Util::JsonValue) | P4::Util::JsonValue | |
getBool() const (defined in P4::Util::JsonValue) | P4::Util::JsonValue | |
getInt() const (defined in P4::Util::JsonValue) | P4::Util::JsonValue | |
getString() const (defined in P4::Util::JsonValue) | P4::Util::JsonValue | |
getValue() const (defined in P4::Util::JsonValue) | P4::Util::JsonValue | |
is() const noexcept | P4::RTTI::Base | inline |
isA(TypeId typeId) const noexcept=0 | P4::RTTI::Base | pure virtual |
isBool() const (defined in P4::Util::JsonValue) | P4::Util::JsonValue | inline |
isNull() const (defined in P4::Util::JsonValue) | P4::Util::JsonValue | inline |
isNumber() const (defined in P4::Util::JsonValue) | P4::Util::JsonValue | inline |
isString() const (defined in P4::Util::JsonValue) | P4::Util::JsonValue | inline |
JsonValue() (defined in P4::Util::JsonValue) | P4::Util::JsonValue | inline |
JsonValue(bool b) (defined in P4::Util::JsonValue) | P4::Util::JsonValue | inline |
JsonValue(big_int v) (defined in P4::Util::JsonValue) | P4::Util::JsonValue | inline |
JsonValue(int v) (defined in P4::Util::JsonValue) | P4::Util::JsonValue | inline |
JsonValue(long v) (defined in P4::Util::JsonValue) | P4::Util::JsonValue | inline |
JsonValue(long long v) (defined in P4::Util::JsonValue) | P4::Util::JsonValue | |
JsonValue(unsigned v) (defined in P4::Util::JsonValue) | P4::Util::JsonValue | inline |
JsonValue(unsigned long v) (defined in P4::Util::JsonValue) | P4::Util::JsonValue | inline |
JsonValue(unsigned long long v) (defined in P4::Util::JsonValue) | P4::Util::JsonValue | |
JsonValue(double v) (defined in P4::Util::JsonValue) | P4::Util::JsonValue | inline |
JsonValue(float v) (defined in P4::Util::JsonValue) | P4::Util::JsonValue | inline |
JsonValue(cstring s) (defined in P4::Util::JsonValue) | P4::Util::JsonValue | inline |
JsonValue(const char *s) (defined in P4::Util::JsonValue) | P4::Util::JsonValue | inline |
JsonValue(const std::string &s) (defined in P4::Util::JsonValue) | P4::Util::JsonValue | inline |
Kind enum name (defined in P4::Util::JsonValue) | P4::Util::JsonValue | |
Null enum value (defined in P4::Util::JsonValue) | P4::Util::JsonValue | |
null (defined in P4::Util::JsonValue) | P4::Util::JsonValue | static |
Number enum value (defined in P4::Util::JsonValue) | P4::Util::JsonValue | |
operator==(const big_int &v) const (defined in P4::Util::JsonValue) | P4::Util::JsonValue | |
operator==(const T &v) const (defined in P4::Util::JsonValue) | P4::Util::JsonValue | inline |
operator==(const double &v) const (defined in P4::Util::JsonValue) | P4::Util::JsonValue | |
operator==(const float &v) const (defined in P4::Util::JsonValue) | P4::Util::JsonValue | |
operator==(const cstring &s) const (defined in P4::Util::JsonValue) | P4::Util::JsonValue | |
operator==(const char *s) const (defined in P4::Util::JsonValue) | P4::Util::JsonValue | |
operator==(const std::string &s) const (defined in P4::Util::JsonValue) | P4::Util::JsonValue | |
operator==(const JsonValue &other) const (defined in P4::Util::JsonValue) | P4::Util::JsonValue | |
serialize(std::ostream &out) const override (defined in P4::Util::JsonValue) | P4::Util::JsonValue | virtual |
String enum value (defined in P4::Util::JsonValue) | P4::Util::JsonValue | |
to() noexcept | P4::RTTI::Base | inline |
P4::ICastable::to() const noexcept | P4::RTTI::Base | inline |
toImpl(TypeId typeId) const noexcept=0 (defined in P4::RTTI::Base) | P4::RTTI::Base | protectedpure virtual |
toString() const (defined in P4::Util::IJson) | P4::Util::IJson | |
True enum value (defined in P4::Util::JsonValue) | P4::Util::JsonValue | |
typeId() const noexcept=0 | P4::RTTI::Base | pure virtual |
~Base()=default (defined in P4::RTTI::Base) | P4::RTTI::Base | virtual |
~ICastable()=default (defined in P4::ICastable) | P4::ICastable | virtual |
~IJson() (defined in P4::Util::IJson) | P4::Util::IJson | inlinevirtual |