cphot 0.1
A C++ tool for computing photometry from spectra.
|
|
Go to the documentation of this file.
15 #ifndef RAPIDJSON_FWD_H_
16 #define RAPIDJSON_FWD_H_
24 template<
typename CharType>
struct UTF8;
25 template<
typename CharType>
struct UTF16;
26 template<
typename CharType>
struct UTF16BE;
27 template<
typename CharType>
struct UTF16LE;
28 template<
typename CharType>
struct UTF32;
29 template<
typename CharType>
struct UTF32BE;
30 template<
typename CharType>
struct UTF32LE;
31 template<
typename CharType>
struct ASCII;
32 template<
typename CharType>
struct AutoUTF;
34 template<
typename SourceEncoding,
typename TargetEncoding>
41 template <
typename BaseAllocator>
46 template <
typename Encoding>
51 template <
typename Encoding>
58 template <
typename Encoding,
typename Allocator>
73 template <
typename Allocator>
84 template<
typename Encoding,
typename Derived>
87 template <
typename SourceEncoding,
typename TargetEncoding,
typename StackAllocator>
94 template<
typename OutputStream,
typename SourceEncoding,
typename TargetEncoding,
typename StackAllocator,
unsigned writeFlags>
99 template<
typename OutputStream,
typename SourceEncoding,
typename TargetEncoding,
typename StackAllocator,
unsigned writeFlags>
104 template <
typename Encoding,
typename Allocator>
107 template <
bool Const,
typename Encoding,
typename Allocator>
110 template<
typename CharType>
113 template <
typename Encoding,
typename Allocator>
118 template <
typename Encoding,
typename Allocator,
typename StackAllocator>
125 template <
typename ValueType,
typename Allocator>
132 template <
typename SchemaDocumentType>
135 template <
typename ValueT,
typename Allocator>
142 typename SchemaDocumentType,
143 typename OutputHandler,
144 typename StateAllocator>
151 #endif // RAPIDJSON_RAPIDJSONFWD_H_
Represents a JSON Pointer. Use Pointer for UTF8 encoding and default allocator.
#define RAPIDJSON_NAMESPACE_END
provide custom rapidjson namespace (closing expression)
Wrapper of C file stream for input using fread().
#define RAPIDJSON_NAMESPACE_BEGIN
provide custom rapidjson namespace (opening expression)
A document for parsing JSON text as DOM.
UTF-32 big endian encoding.
UTF-32 little endian enocoding.
common definitions and configuration
GenericInsituStringStream< UTF8< char > > InsituStringStream
Represents an in-memory output stream.
Represents an in-memory input byte stream.
A read-write string stream.
GenericSchemaValidator< SchemaDocument, BaseReaderHandler< UTF8< char >, void >, CrtAllocator > SchemaValidator
GenericMemoryBuffer< CrtAllocator > MemoryBuffer
File byte stream for input using fread().
UTF-16 big endian encoding.
UTF-16 little endian encoding.
GenericStringBuffer< UTF8< char >, CrtAllocator > StringBuffer
Writer with indentation and spacing.
Default memory allocator used by the parser and DOM.
Default implementation of Handler.
SAX-style JSON parser. Use Reader for UTF8 encoding and default allocator.
GenericDocument< UTF8< char >, MemoryPoolAllocator< CrtAllocator >, CrtAllocator > Document
Represents a JSON value. Use Value for UTF8 encoding and default allocator.
Name-value pair in a JSON object value.
GenericReader< UTF8< char >, UTF8< char >, CrtAllocator > Reader
GenericSchemaDocument< Value, CrtAllocator > SchemaDocument
Reference to a constant string (not taking a copy)
C-runtime library allocator.
GenericValue< UTF8< char >, MemoryPoolAllocator< CrtAllocator > > Value
Represents an in-memory output byte stream.
IGenericRemoteSchemaDocumentProvider< SchemaDocument > IRemoteSchemaDocumentProvider
(Constant) member iterator for a JSON object value
Dynamically select encoding according to stream's runtime-specified UTF encoding type.
GenericPointer< Value, CrtAllocator > Pointer
GenericStringStream< UTF8< char > > StringStream