BDE 4.14.0 Production release
Loading...
Searching...
No Matches
s_baltst::FeatureTestMessageUtil Struct Reference

#include <s_baltst_featuretestmessageutil.h>

Public Types

enum  { k_NUM_MESSAGES = 70 }
 

Static Public Attributes

static const char * s_COMPACT_JSON_MESSAGES [k_NUM_MESSAGES]
 
static const char * s_PRETTY_JSON_MESSAGES [k_NUM_MESSAGES]
 
static const char * s_XML_MESSAGES [k_NUM_MESSAGES]
 

Detailed Description

This utility struct provides a namespace for a set of encoded representations of s_baltst::FeatureTestMessage objects in 3 different formats: pretty JSON, compact JSON, and XML. The s_COMPACT_JSON_MESSAGES, s_PRETTY_JSON_MESSAGES, and s_XML_MESSAGES static data members provide these sets as arrays of string literals. For all integer indices 0 <= i < k_NUM_MESSAGES, the string literal at index i in each array is an encoded representation of the same value.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
k_NUM_MESSAGES 

Member Data Documentation

◆ s_COMPACT_JSON_MESSAGES

const char* s_baltst::FeatureTestMessageUtil::s_COMPACT_JSON_MESSAGES[k_NUM_MESSAGES]
static

an array of s_baltst::FeatureTestMessage values encoded in human-readable ("pretty") JSON

◆ s_PRETTY_JSON_MESSAGES

const char* s_baltst::FeatureTestMessageUtil::s_PRETTY_JSON_MESSAGES[k_NUM_MESSAGES]
static

an array of s_baltst::FeatureTestMessage values encoded in JSON having no unnecessary whitespace

◆ s_XML_MESSAGES

const char* s_baltst::FeatureTestMessageUtil::s_XML_MESSAGES[k_NUM_MESSAGES]
static

an array of s_baltst::FeatureTestMessage values encoded in human-readable ("pretty") XML


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