#include <misc/pv/typeCast.h>
|
| | 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)
|
| |
|
|
std::ostream & | operator<< (std::ostream &strm, const escape &Q) |
| |
Helper to print a string with escaping
strm<<
'"'<<
escape(astring)<<
'"'
Definition at line 218 of file typeCast.h.
◆ style_t
| enum epics::pvData::escape::style_t |
◆ escape()
| epics::pvData::escape::escape |
( |
const std::string & | orig | ) |
|
|
inline |
◆ style()
| escape & epics::pvData::escape::style |
( |
style_t | s | ) |
|
|
inline |
Change escaping style.
Definition at line 231 of file typeCast.h.
The documentation for this struct was generated from the following file: