BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdljsn_jsonnumber.h File Reference
#include <bsls_ident.h>
#include <bdlscm_version.h>
#include <bdljsn_numberutil.h>
#include <bdlb_float.h>
#include <bdldfp_decimal.h>
#include <bdldfp_decimalutil.h>
#include <bslalg_swaputil.h>
#include <bslma_bslallocator.h>
#include <bslmf_assert.h>
#include <bslmf_isbitwisemoveable.h>
#include <bslmf_isintegral.h>
#include <bslmf_nestedtraitdeclaration.h>
#include <bsls_annotation.h>
#include <bsls_assert.h>
#include <bsls_keyword.h>
#include <bsls_types.h>
#include <bsl_iosfwd.h>
#include <bsl_string.h>

Go to the source code of this file.

Classes

class  bdljsn::JsonNumber
 

Functions

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

Detailed Description

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