Version: 9.12.0
SALOME::BasicDataServer Interface Reference

import"SALOME_SDS.idl";

Inheritance diagram for SALOME::BasicDataServer:

Public Member Functions

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. More...
 

Member Function Documentation

◆ Destroy()

void SALOME::GenericObj::Destroy ( )
inherited

Obsolete, left for compatibility reasons only.

Use UnRegister() instead.

◆ getMyDataScopeServer()

DataScopeServer SALOME::BasicDataServer::getMyDataScopeServer ( )

◆ getRCValue()

long SALOME::BasicDataServer::getRCValue ( )

◆ getScopeName()

string SALOME::BasicDataServer::getScopeName ( )

◆ getVarName()

string SALOME::BasicDataServer::getVarName ( )

◆ Register()

void SALOME::GenericObj::Register ( )
inherited

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

◆ UnRegister()

void SALOME::GenericObj::UnRegister ( )
inherited

Decrease the reference count (release by another object).

Referenced by SALOME_PyNode.Generic::Destroy().