Public Member Functions | Private Types | Private Attributes
SSTREAM Class Reference

#include <RobotTask.h>

List of all members.

Public Member Functions

c_str_t c_str () const
 operator c_str_t () const
 operator std::string () const
template<typename T >
SSTREAMoperator<< (const T &t)
 SSTREAM (const SSTREAM &str)
 SSTREAM ()
std::string str () const

Private Types

typedef const char * c_str_t

Private Attributes

boost::shared_ptr
< std::stringstream > 
stream

Detailed Description

Definition at line 193 of file RobotTask.h.


Member Typedef Documentation

typedef const char* SSTREAM::c_str_t [private]

Definition at line 194 of file RobotTask.h.


Constructor & Destructor Documentation

SSTREAM::SSTREAM ( const SSTREAM str) [inline]

Definition at line 201 of file RobotTask.h.

SSTREAM::SSTREAM ( ) [inline]

Definition at line 202 of file RobotTask.h.


Member Function Documentation

c_str_t SSTREAM::c_str ( ) const [inline]

Definition at line 198 of file RobotTask.h.

SSTREAM::operator c_str_t ( ) const [inline]

Definition at line 197 of file RobotTask.h.

SSTREAM::operator std::string ( ) const [inline]

Definition at line 199 of file RobotTask.h.

template<typename T >
SSTREAM& SSTREAM::operator<< ( const T &  t) [inline]

Definition at line 204 of file RobotTask.h.

std::string SSTREAM::str ( ) const [inline]

Definition at line 200 of file RobotTask.h.


Member Data Documentation

boost::shared_ptr<std::stringstream> SSTREAM::stream [private]

Definition at line 195 of file RobotTask.h.


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


robot_task
Author(s):
autogenerated on Wed Aug 26 2015 11:16:50