MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / Class

Enum Class

include/chaiscript/utility/json.hpp:39–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37{
38 public:
39 enum class Class {
40 Null,
41 Object,
42 Array,
43 String,
44 Floating,
45 Integral,
46 Boolean
47 };
48
49 private:
50

Callers 1

StatementsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected