GraphBase.Base Class Reference

#include <DataFlowBase_Base.hxx>

Inheritance diagram for GraphBase.Base:

Inheritance graph

Public Member Functions

 Base ()
virtual ~Base ()
void SetDebug (CORBA::ORB_ptr ORB, int *prof_debug, ofstream *fdebug)
char * ObjectToString (CORBA::Object_ptr obj) const
CORBA::Object_ptr StringToObject (char *obj) const
ostream & AnyValue (const CORBA::Any &anAny)

Data Fields

int * _prof_debug
ofstream * _fdebug

Private Attributes

CORBA::ORB_ptr _Orb

Constructor & Destructor Documentation

GraphBase.Base::Base  ) 
 

virtual GraphBase.Base.~Base  )  [virtual]
 


Member Function Documentation

void GraphBase.Base.SetDebug CORBA::ORB_ptr  ORB,
int *  prof_debug,
ofstream *  fdebug
 

char * GraphBase.Base::ObjectToString CORBA::Object_ptr  obj  )  const
 

CORBA::Object_ptr GraphBase.Base::StringToObject char *  obj  )  const
 

ostream & GraphBase.Base::AnyValue const CORBA::Any &  anAny  ) 
 


Field Documentation

CORBA::ORB_ptr GraphBase.Base._Orb [private]
 

Reimplemented in GraphBase.Graph, GraphEditor.OutNode, GraphExecutor.InNode, and GraphExecutor.OutNode.

int* GraphBase.Base._prof_debug
 

ofstream* GraphBase.Base._fdebug