|
| std::shared_ptr< std::stringstream > | m_ost |
Definition at line 146 of file FPTracker/src/Beamline.cxx.
◆ Stringer()
| FPTracker::Stringer::Stringer |
( |
| ) |
|
|
inline |
Definition at line 148 of file FPTracker/src/Beamline.cxx.
148 :
m_ost(
new std::stringstream){
149 (*m_ost)<<"\n\n--Beamline--\n";
150 }
std::shared_ptr< std::stringstream > m_ost
◆ operator()()
◆ str()
| std::string FPTracker::Stringer::str |
( |
| ) |
const |
|
inline |
◆ m_ost
| std::shared_ptr< std::stringstream > FPTracker::Stringer::m_ost |
|
private |
The documentation for this class was generated from the following file: