cphot 0.1
A C++ tool for computing photometry from spectra.
|
|
Go to the documentation of this file.
15 #ifndef RAPIDJSON_MEMORYSTREAM_H_
16 #define RAPIDJSON_MEMORYSTREAM_H_
22 RAPIDJSON_DIAG_OFF(unreachable-code)
23 RAPIDJSON_DIAG_OFF(missing-noreturn)
71 #endif // RAPIDJSON_MEMORYBUFFER_H_
const Ch * src_
Current read position.
#define RAPIDJSON_NAMESPACE_END
provide custom rapidjson namespace (closing expression)
#define RAPIDJSON_NAMESPACE_BEGIN
provide custom rapidjson namespace (opening expression)
size_t size_
Size of the stream.
const Ch * end_
End of stream.
Represents an in-memory input byte stream.
#define RAPIDJSON_ASSERT(x)
Assertion.
const Ch * begin_
Original head of the string.
MemoryStream(const Ch *src, size_t size)
#define RAPIDJSON_UNLIKELY(x)
Compiler branching hint for expression with low probability to be true.