Constructors, destructor |
typedef int(* | stprintf )(const char *format,...) |
| NdebugStream () |
| ~NdebugStream () |
Methods |
void | flush (stprintf=0) |
NdebugStream & | operator<< (char const *) |
NdebugStream & | operator<< (bool) |
NdebugStream & | operator<< (int16_type) |
NdebugStream & | operator<< (int32_type) |
NdebugStream & | operator<< (uint16_type) |
NdebugStream & | operator<< (uint32_type) |
NdebugStream & | operator<< (uint64_type) |
NdebugStream & | operator<< (int64_type) |
NdebugStream & | operator<< (double) |
NdebugStream & | operator<< (std::complex< double >) |
NdebugStream & | operator<< (std::string const &) |
NdebugStream & | operator<< (LManipFunction) |
static void | attach (std::string const &) |
static void | attach (std::string const &, int) |
static void | detach (std::string const &, int) |
static void | detachAll () |