![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "typeCast.h"
Public Types | |
enum | style_t { C, CSV } |
Public Member Functions | |
escape (const std::string &orig) | |
~escape () | |
escape & | style (style_t s) |
Change escaping style. More... | |
std::string | str () const |
print to string and return. (alloc and copy) More... | |
Friends | |
epicsShareFunc std::ostream & | operator<< (std::ostream &strm, const escape &Q) |
Enumerator | |
---|---|
C | |
CSV |
Definition at line 220 of file typeCast.h.
|
inline |
Definition at line 228 of file typeCast.h.
epics::pvData::escape::~escape | ( | ) |
Definition at line 472 of file printer.cpp.
std::string epics::pvData::escape::str | ( | ) | const |
print to string and return. (alloc and copy)
Definition at line 474 of file printer.cpp.
|
friend |
Definition at line 482 of file printer.cpp.