CoolProp  4.2.5
An open-source fluid property and humid air property database
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
rapidjson::Writer< Stream, Encoding, Allocator >::Level Struct Reference

Information for each nested level. More...

#include <writer.h>

Public Member Functions

 Level (bool inArray_)
 

Public Attributes

bool inArray
 true if in array, otherwise in object More...
 
size_t valueCount
 number of values in this level More...
 

Detailed Description

template<typename Stream, typename Encoding = UTF8<>, typename Allocator = MemoryPoolAllocator<>>
struct rapidjson::Writer< Stream, Encoding, Allocator >::Level

Information for each nested level.

Definition at line 94 of file writer.h.

Constructor & Destructor Documentation

template<typename Stream , typename Encoding = UTF8<>, typename Allocator = MemoryPoolAllocator<>>
rapidjson::Writer< Stream, Encoding, Allocator >::Level::Level ( bool  inArray_)
inline

Definition at line 95 of file writer.h.

Member Data Documentation

template<typename Stream , typename Encoding = UTF8<>, typename Allocator = MemoryPoolAllocator<>>
bool rapidjson::Writer< Stream, Encoding, Allocator >::Level::inArray

true if in array, otherwise in object

Definition at line 96 of file writer.h.

template<typename Stream , typename Encoding = UTF8<>, typename Allocator = MemoryPoolAllocator<>>
size_t rapidjson::Writer< Stream, Encoding, Allocator >::Level::valueCount

number of values in this level

Definition at line 97 of file writer.h.


The documentation for this struct was generated from the following file: