BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdljsn_json.h File Reference
#include <bsls_ident.h>
#include <bdlb_variant.h>
#include <bdlde_utf8util.h>
#include <bdljsn_jsonnull.h>
#include <bdljsn_jsonnumber.h>
#include <bdljsn_jsontype.h>
#include <bdlb_transparentequalto.h>
#include <bdlb_transparenthash.h>
#include <bdldfp_decimal.h>
#include <bslma_allocator.h>
#include <bslma_bslallocator.h>
#include <bslma_usesbslmaallocator.h>
#include <bslmf_assert.h>
#include <bslmf_enableif.h>
#include <bslmf_issame.h>
#include <bslmf_movableref.h>
#include <bslmf_nestedtraitdeclaration.h>
#include <bslmf_util.h>
#include <bsls_assert.h>
#include <bsls_compilerfeatures.h>
#include <bsls_keyword.h>
#include <bsls_types.h>
#include <bsls_util.h>
#include <bsl_iterator.h>
#include <bsl_unordered_map.h>
#include <bsl_vector.h>

Go to the source code of this file.

Classes

class  bdljsn::JsonArray
 
class  bdljsn::JsonObject
 
class  bdljsn::Json
 

Functions

bsl::ostream & bdljsn::operator<< (bsl::ostream &stream, const JsonArray &object)
 
bool bdljsn::operator== (const JsonArray &lhs, const JsonArray &rhs)
 
bool bdljsn::operator!= (const JsonArray &lhs, const JsonArray &rhs)
 
template<class HASHALG >
void bdljsn::hashAppend (HASHALG &hashAlg, const JsonArray &object)
 
void bdljsn::swap (JsonArray &a, JsonArray &b)
 
bsl::ostream & bdljsn::operator<< (bsl::ostream &stream, const JsonObject &object)
 
bool bdljsn::operator== (const JsonObject &lhs, const JsonObject &rhs)
 
bool bdljsn::operator!= (const JsonObject &lhs, const JsonObject &rhs)
 
template<class HASHALG >
void bdljsn::hashAppend (HASHALG &hashAlg, const JsonObject &object)
 
void bdljsn::swap (JsonObject &a, JsonObject &b)
 
bsl::ostream & bdljsn::operator<< (bsl::ostream &stream, const Json &object)
 
bool bdljsn::operator== (const Json &lhs, const Json &rhs)
 
bool bdljsn::operator!= (const Json &lhs, const Json &rhs)
 
template<class HASHALG >
void bdljsn::hashAppend (HASHALG &hashAlg, const Json &object)
 
void bdljsn::swap (Json &a, Json &b)
 

Detailed Description

The content of this file has been pre-processed for Doxygen.