PVData C++ 8.0.7
Loading...
Searching...
No Matches
epics::pvData::PVStructure::Formatter Struct Reference

Public Types

enum  mode_t { Auto , Plain , ANSI }
 
enum  format_t { Raw , NT , JSON }
 

Public Member Functions

 Formatter (const PVStructure &top)
 
Formattershow (const BitSet &set)
 
Formatterhighlight (const BitSet &set)
 
Formattermode (mode_t m)
 
Formatterformat (format_t f)
 

Friends

std::ostream & operator<< (std::ostream &strm, const Formatter &format)
 
void printRaw (std::ostream &strm, const PVStructure::Formatter &format, const PVStructure &cur)
 

Detailed Description

Definition at line 874 of file pvData.h.

Member Enumeration Documentation

◆ format_t

enum epics::pvData::PVStructure::Formatter::format_t

Definition at line 880 of file pvData.h.

◆ mode_t

enum epics::pvData::PVStructure::Formatter::mode_t

Definition at line 875 of file pvData.h.

Constructor & Destructor Documentation

◆ Formatter()

epics::pvData::PVStructure::Formatter::Formatter ( const PVStructure & top)
inlineexplicit

Definition at line 892 of file pvData.h.

Member Function Documentation

◆ format()

Formatter & epics::pvData::PVStructure::Formatter::format ( format_t f)
inline

Definition at line 907 of file pvData.h.

◆ highlight()

Formatter & epics::pvData::PVStructure::Formatter::highlight ( const BitSet & set)
inline

Definition at line 903 of file pvData.h.

◆ mode()

Formatter & epics::pvData::PVStructure::Formatter::mode ( mode_t m)
inline

Definition at line 905 of file pvData.h.

◆ show()

Formatter & epics::pvData::PVStructure::Formatter::show ( const BitSet & set)
inline

Definition at line 901 of file pvData.h.


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