Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Verbose_ostream.h File Reference
#include <iostream>
Include dependency graph for Verbose_ostream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Verbose_ostream
 

Macros

#define CGAL_PROTECT_IOSTREAM
 
#define CGAL__VERB(x)   if (b) *o << x; return *this
 

Macro Definition Documentation

#define CGAL__VERB (   x)    if (b) *o << x; return *this

Definition at line 61 of file Verbose_ostream.h.

Referenced by Verbose_ostream::operator<<().

#define CGAL_PROTECT_IOSTREAM

Definition at line 56 of file Verbose_ostream.h.