This is Unofficial EPICS BASE Doxygen Site
epics::pvData::JSONPrintOptions Struct Reference

Options used during printing. More...

#include "json.h"

Public Member Functions

 JSONPrintOptions ()
 

Public Attributes

bool multiLine
 include new lines More...
 
bool ignoreUnprintable
 ignore union/union array when encountered More...
 
unsigned indent
 Initial indentation (# of spaces) More...
 

Detailed Description

Options used during printing.

Definition at line 42 of file json.h.

Constructor & Destructor Documentation

epics::pvData::JSONPrintOptions::JSONPrintOptions ( )

Definition at line 205 of file print.cpp.

206  :multiLine(true)
207  ,ignoreUnprintable(true)
208  ,indent(0)
209 {}
bool ignoreUnprintable
ignore union/union array when encountered
Definition: json.h:45
unsigned indent
Initial indentation (# of spaces)
Definition: json.h:46
bool multiLine
include new lines
Definition: json.h:44

Member Data Documentation

bool epics::pvData::JSONPrintOptions::ignoreUnprintable

ignore union/union array when encountered

Definition at line 45 of file json.h.

unsigned epics::pvData::JSONPrintOptions::indent

Initial indentation (# of spaces)

Definition at line 46 of file json.h.

bool epics::pvData::JSONPrintOptions::multiLine

include new lines

Definition at line 44 of file json.h.


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