#include <string>
#include <iostream>
#include <cstdarg>
#include <cctype>
Include dependency graph for rsdef.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | rs |
Defines | |
#define | DUMP_FUNC |
#define | DECLARE_STREAM_OP(typ) friend inline std::ostream& operator<<(std::ostream& out, const typ &me) { me.dump(out); return out; } |
declare 'ostream& operator<<(ostream &, typ &)' from 'void typ::dump(ostream&)'. More... | |
#define | DUMP_LINE() cerr << __FILE__ << ' ' << __LINE__ << endl |
dump corrent source location to stderr. More... | |
#define | USE(x) do { rs::internal::use((const void*)&(x)); } while(0) |
macro to avoid warnings about intentionally unused variables. More... |
|
|
|
declare 'ostream& operator<<(ostream &, typ &)' from 'void typ::dump(ostream&)'.
|
|
dump corrent source location to stderr.
|
|
macro to avoid warnings about intentionally unused variables.
Definition at line 90 of file rsdef.h. Referenced by Bmp::Bmp(). |
Contact me in case of errors or questions. This documentation is powered by ![]() |
(C) 2000-2002 ![]() |