#include "ststring.h"
#include <stdio.h>
#include <stdarg.h>
Defines | |
#define | ST_SET_VERBOSE(opt) __st_verbose_mode = opt; |
#define | ST_WARNING(str) std::cout << StString(str).c_str() << std::endl |
Functions | |
void | ST_DEBUG (const StString &str) |
Variables | |
bool | __st_verbose_mode |
#define ST_SET_VERBOSE | ( | opt | ) | __st_verbose_mode = opt; |
void ST_DEBUG | ( | const StString & | str | ) | [inline] |
bool __st_verbose_mode |