|
PVData C++
8.0.2
|
#include <misc/pv/typeCast.h>
Public Types | |
| enum | style_t { C, CSV } |
Public Member Functions | |
| escape (const std::string &orig) | |
| escape & | style (style_t s) |
| Change escaping style. | |
| std::string | str () const |
| print to string and return. (alloc and copy) | |
Friends | |
| epicsShareFunc std::ostream & | operator<< (std::ostream &strm, const escape &Q) |
Helper to print a string with escaping
Definition at line 218 of file typeCast.h.
1.8.13