StringStreamMixin Class Reference

#include <RobotAPI/libraries/armem_gui/instance/display_visitors/StringStreamMixin.h>

+ Inheritance diagram for StringStreamMixin:

Public Member Functions

 StringStreamMixin ()
 

Public Attributes

std::stringstream value
 

Protected Member Functions

void setStreamPrecision ()
 
void setStreamPrecision (std::ostream &os)
 

Protected Attributes

const std::string coeffSep
 
const Eigen::IOFormat eigenIof
 

Detailed Description

Definition at line 10 of file StringStreamMixin.h.

Constructor & Destructor Documentation

◆ StringStreamMixin()

Definition at line 7 of file StringStreamMixin.cpp.

Member Function Documentation

◆ setStreamPrecision() [1/2]

void setStreamPrecision ( )
protected

Definition at line 13 of file StringStreamMixin.cpp.

+ Here is the caller graph for this function:

◆ setStreamPrecision() [2/2]

void setStreamPrecision ( std::ostream &  os)
protected

Definition at line 19 of file StringStreamMixin.cpp.

Member Data Documentation

◆ coeffSep

const std::string coeffSep
protected

Definition at line 23 of file StringStreamMixin.h.

◆ eigenIof

const Eigen::IOFormat eigenIof
protected

Definition at line 24 of file StringStreamMixin.h.

◆ value

std::stringstream value

Definition at line 20 of file StringStreamMixin.h.


The documentation for this class was generated from the following files: