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