Remake
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
escape_string Struct Reference

Public Member Functions

 escape_string (std::string const &s)
 

Public Attributes

std::string constinput
 

Detailed Description

Strong typedef for strings that need escaping.

Note
The string is stored as a reference, so the constructed object is meant to be immediately consumed.

Definition at line 826 of file remake.cpp.

Constructor & Destructor Documentation

◆ escape_string()

escape_string::escape_string ( std::string const & s)
inline

Definition at line 829 of file remake.cpp.

829: input(s) {}
std::string const & input
Definition remake.cpp:828

Member Data Documentation

◆ input

std::string const& escape_string::input

Definition at line 828 of file remake.cpp.

Referenced by operator<<().


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