bbstd::ToString< T > Class Template Reference

#include <bbstdToString.h>

List of all members.

Private Member Functions

 BBTK_TEMPLATE_BLACK_BOX_INTERFACE (ToString, bbtk::AtomicBlackBox, T)
 BBTK_DECLARE_INPUT (In, T)
 BBTK_DECLARE_OUTPUT (Out, std::string)
 BBTK_PROCESS (DoIt)
void DoIt ()


Detailed Description

template<class T>
class bbstd::ToString< T >

Definition at line 42 of file bbstdToString.h.


Member Function Documentation

template<class T>
bbstd::ToString< T >::BBTK_TEMPLATE_BLACK_BOX_INTERFACE ( ToString< T >  ,
bbtk::AtomicBlackBox  ,
 
) [private]

template<class T>
bbstd::ToString< T >::BBTK_DECLARE_INPUT ( In  ,
 
) [private]

template<class T>
bbstd::ToString< T >::BBTK_DECLARE_OUTPUT ( Out  ,
std::string   
) [private]

template<class T>
bbstd::ToString< T >::BBTK_PROCESS ( DoIt   )  [private]

template<class T>
void bbstd::ToString< T >::DoIt (  )  [inline, private]

Definition at line 46 of file bbstdToString.cxx.

00047   {
00048     std::ostringstream s;
00049     s <<  bbGetInputIn(); 
00050     bbSetOutputOut( s.str() );
00051   }


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

Generated on Tue Oct 21 16:06:51 2008 for std by  doxygen 1.5.6