|
BDE 4.39.x Production Release
|
#include <s_baltst_depthtestmessageutil.h>
This utility struct provides the XML text representations of a test message object, as well as the depth limit required to decode that message with the BER, JSON, and XML decoders. It also provides additional fields for testing the JSON decoder.
Public Attributes | |
| const char * | d_XML_text_p |
| int | d_depthBER |
| int | d_depthJSON |
| int | d_depthXML |
| const char * | d_prettyJSON_p |
| const char * | d_compactJSON_p |
| bool | d_isValidForGeneratedMessages |
| bool | d_isValidForAggregate |
| const char* s_baltst::DepthTestMessage::d_compactJSON_p |
| int s_baltst::DepthTestMessage::d_depthBER |
| int s_baltst::DepthTestMessage::d_depthJSON |
| int s_baltst::DepthTestMessage::d_depthXML |
| bool s_baltst::DepthTestMessage::d_isValidForAggregate |
| bool s_baltst::DepthTestMessage::d_isValidForGeneratedMessages |
| const char* s_baltst::DepthTestMessage::d_prettyJSON_p |
| const char* s_baltst::DepthTestMessage::d_XML_text_p |