|
BDE 4.39.x Production Release
|
#include <baljsn_decoder.h>
Public Member Functions | |
| template<class t_BASE_TYPE > | |
| bsl::enable_if<!bdlar::IsRef< t_BASE_TYPE >::value, int >::type | operator() (t_BASE_TYPE *value) |
| template<class t_REF > | |
| bsl::enable_if< bdlar::IsRef< t_REF >::value, int >::type | operator() (t_REF *) |
Public Attributes | |
| bsl::ostringstream & | d_logStream |
| bslstl::StringRef | d_dataValue |
| bool | d_convertCalled |
|
inline |
|
inline |
Stub for the bdlar ref types.
| bool baljsn::Decoder::CustomizedManipulator::d_convertCalled |
| bslstl::StringRef baljsn::Decoder::CustomizedManipulator::d_dataValue |
| bsl::ostringstream& baljsn::Decoder::CustomizedManipulator::d_logStream |