PVData C++  8.0.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | Friends | List of all members
epics::pvData::escape Struct Reference

#include <misc/pv/typeCast.h>

Public Types

enum  style_t { C, CSV }
 

Public Member Functions

 escape (const std::string &orig)
 
escapestyle (style_t s)
 Change escaping style.
 
std::string str () const
 print to string and return. (alloc and copy)
 

Friends

std::ostreamoperator<< (std::ostream &strm, const escape &Q)
 

Detailed Description

Helper to print a string with escaping

strm<<'"'<<escape(astring)<<'"'

Definition at line 218 of file typeCast.h.


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