Version: 8.3.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
SALOME::PickelizedPyObjRdExtServer Interface Reference
Inheritance diagram for SALOME::PickelizedPyObjRdExtServer:
Inheritance graph

Public Member Functions

PickelizedPyObjRdExtServer invokePythonMethodOn (in string method, in ByteVec args) raises (SALOME::SALOME_Exception)
 
ByteVec fetchSerializedContent () raises (SALOME::SALOME_Exception)
 
DataScopeServer getMyDataScopeServer ()
 
string getVarName ()
 
string getScopeName ()
 
long getRCValue ()
 
void Register ()
 Increase the reference count (mark as used by another object). More...
 
void UnRegister ()
 Decrease the reference count (release by another object). More...
 
void Destroy ()
 Obsolete, left for compatibility reasons only. Use UnRegister() instead. More...
 

Member Function Documentation

void SALOME::GenericObj::Register ( )
inherited

Increase the reference count (mark as used by another object).

void SALOME::GenericObj::UnRegister ( )
inherited

Decrease the reference count (release by another object).

void SALOME::GenericObj::Destroy ( )
inherited

Obsolete, left for compatibility reasons only. Use UnRegister() instead.