BDE 4.39.x Production Release
Loading...
Searching...
No Matches
s_baltst::DepthTestMessage Struct Reference

#include <s_baltst_depthtestmessageutil.h>

Detailed Description

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.

See s_baltst_depthtestmessageutil

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
 

Member Data Documentation

◆ d_compactJSON_p

const char* s_baltst::DepthTestMessage::d_compactJSON_p

◆ d_depthBER

int s_baltst::DepthTestMessage::d_depthBER

◆ d_depthJSON

int s_baltst::DepthTestMessage::d_depthJSON

◆ d_depthXML

int s_baltst::DepthTestMessage::d_depthXML

◆ d_isValidForAggregate

bool s_baltst::DepthTestMessage::d_isValidForAggregate

◆ d_isValidForGeneratedMessages

bool s_baltst::DepthTestMessage::d_isValidForGeneratedMessages

◆ d_prettyJSON_p

const char* s_baltst::DepthTestMessage::d_prettyJSON_p

◆ d_XML_text_p

const char* s_baltst::DepthTestMessage::d_XML_text_p

The documentation for this struct was generated from the following file: