Predator  [unstable] git snapshot
Public Member Functions | Private Member Functions | Private Attributes
GraphProxy Class Reference

a container maintaining a set of trace graphs being built on the fly More...

#include <symtrace.hh>

Public Member Functions

 GraphProxy ()
 ~GraphProxy ()
bool insert (Node *, const std::string &graphName)
 insert a new trace graph end-point into the specified trace graph
bool plotGraph (const std::string &name)
 plot the specified graph
bool plotAll ()
 plot all graphs being maintained by this proxy

Private Member Functions

 GraphProxy (const GraphProxy &)
GraphProxyoperator= (const GraphProxy &)

Private Attributes

Private * d

Detailed Description

a container maintaining a set of trace graphs being built on the fly

Definition at line 620 of file symtrace.hh.

Constructor & Destructor Documentation

~GraphProxy ( )
GraphProxy ( const GraphProxy )
private

Member Function Documentation

bool insert ( Node ,
const std::string &  graphName 
)

insert a new trace graph end-point into the specified trace graph

GraphProxy& operator= ( const GraphProxy )
private
bool plotAll ( )

plot all graphs being maintained by this proxy

bool plotGraph ( const std::string &  name)

plot the specified graph

Field Documentation

Private* d
private

Definition at line 640 of file symtrace.hh.


The documentation for this class was generated from the following file: