CppUnit project page CppUnit home page

value.h File Reference

#include "forwards.h"
#include <string>
#include <vector>
#include <map>

Include dependency graph for value.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Json

Classes

class  Json::StaticString
 Lightweight wrapper to tag static string. More...
class  Json::Value
 Represents a JSON value. More...
class  Json::Value::CZString
struct  Json::Value::CommentInfo
union  Json::Value::ValueHolder
class  Json::PathArgument
 Experimental and untested: represents an element of the "path" to access a node. More...
class  Json::Path
 Experimental and untested: represents a "path" to access a node. More...
class  Json::ValueAllocator
 Allocator to customize member name and string value memory management done by Value. More...
class  Json::ValueIteratorBase
 Experimental and untested: base class for Value iterators. More...
class  Json::ValueConstIterator
 Experimental and untested: const iterator for object and array value. More...
class  Json::ValueIterator
 Experimental and untested: iterator for object and array value. More...

Enumerations

enum  Json::ValueType {
  Json::nullValue = 0, Json::intValue, Json::uintValue, Json::realValue,
  Json::stringValue, Json::booleanValue, Json::arrayValue, Json::objectValue
}
 Type of the value held by a Value object. More...
enum  Json::CommentPlacement { Json::commentBefore = 0, Json::commentAfterOnSameLine, Json::commentAfter, Json::numberOfCommentPlacement }


SourceForge Logo hosts this site. Send comments to:
CppUnit Developers