MCPcopy Create free account
hub / github.com/Kitware/VTK / ValueType

Enum ValueType

ThirdParty/jsoncpp/vtkjsoncpp/json/json.h:653–662  ·  view source on GitHub ↗

\brief Type of the value held by a Value object. */

Source from the content-addressed store, hash-verified

651/** \brief Type of the value held by a Value object.
652 */
653enum ValueType {
654 nullValue = 0, ///< 'null' value
655 intValue, ///< signed integer value
656 uintValue, ///< unsigned integer value
657 realValue, ///< double value
658 stringValue, ///< UTF-8 string value
659 booleanValue, ///< bool value
660 arrayValue, ///< array value (ordered list)
661 objectValue ///< object value (collection of name/value pairs).
662};
663
664enum CommentPlacement {
665 commentBefore = 0, ///< a comment placed on the line before a value

Callers 15

GetFunction · 0.50
GetFunction · 0.50
GetFunction · 0.50
GetFunction · 0.50
GetFunction · 0.50
ValueFunction · 0.50
operator()Method · 0.50
operator()Method · 0.50
radix_sort_entry_Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected