PhoenixDebug  2.0.0
Print/save tools to help debugging C++ programs
Loading...
Searching...
No Matches
PDebugAssistant.h File Reference
#include <fstream>
#include <map>
#include "PStream.h"
#include "phoenix_debug.h"
Include dependency graph for PDebugAssistant.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PDebugAssistant
 Class able to treat Map of ofstream. More...

Typedefs

typedef std::map< PPath, PStream * > PMapBinstream
 Defines a PMap of PStream (for binary output).
typedef std::map< PPath, std::ofstream * > PMapOfstream
 Defines a PMap of ofstream.

Typedef Documentation

◆ PMapBinstream

typedef std::map<PPath, PStream*> PMapBinstream

Defines a PMap of PStream (for binary output).

Definition at line 21 of file PDebugAssistant.h.

◆ PMapOfstream

typedef std::map<PPath, std::ofstream*> PMapOfstream

Defines a PMap of ofstream.

Definition at line 18 of file PDebugAssistant.h.