mrfioc2  2.3.0
Public Member Functions | Public Attributes | List of all members
propArgs Struct Reference

Public Member Functions

 propArgs (std::ostream &s, std::string i)
 

Public Attributes

std::ostream & strm
 
std::string indent
 

Detailed Description

Definition at line 163 of file object.cpp.

Constructor & Destructor Documentation

◆ propArgs()

propArgs::propArgs ( std::ostream &  s,
std::string  i 
)
inline

Definition at line 166 of file object.cpp.

166 :strm(s), indent(i) {}
std::string indent
Definition: object.cpp:165
std::ostream & strm
Definition: object.cpp:164

Member Data Documentation

◆ indent

std::string propArgs::indent

Definition at line 165 of file object.cpp.

◆ strm

std::ostream& propArgs::strm

Definition at line 164 of file object.cpp.


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