SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
Classes | Functions
Storage Namespace Reference

Classes

class  StorageException
 No documentation available. More...

Functions

def Add
def Delete
def Exists
def GetClassName
def GetClassNames
def GetUUIDs
def IsLockMine
def Lock
def Read
def Unlock
def Write

Function Documentation

def Storage.Add (   arg1,
  arg2 
)
Returns
Instance of type str
     C++ signature :
         std::string Add(std::string,std::string)
def Storage.Delete (   arg1)
Returns
Instance of type None
     C++ signature :
         void Delete(std::string)
def Storage.Exists (   arg1)
Returns
Instance of type bool
     C++ signature :
         bool Exists(std::string)
def Storage.GetClassName (   arg1)
Returns
Instance of type str
     C++ signature :
         std::string GetClassName(std::string)
def Storage.GetClassNames (   args)
Returns
Instance of type list
     C++ signature :
         boost::python::list GetClassNames()
def Storage.GetUUIDs (   arg1)
Returns
Instance of type list
     C++ signature :
         boost::python::list GetUUIDs(std::string)
def Storage.IsLockMine (   arg1)
Returns
Instance of type bool
     C++ signature :
         bool IsLockMine(std::string)
def Storage.Lock (   arg1)
Returns
Instance of type bool
     C++ signature :
         bool Lock(std::string)
def Storage.Read (   arg1)
Returns
Instance of type str
     C++ signature :
         std::string Read(std::string)
def Storage.Unlock (   arg1)
Returns
Instance of type None
     C++ signature :
         void Unlock(std::string)
def Storage.Write (   arg1,
  arg2 
)
Returns
Instance of type None
     C++ signature :
         void Write(std::string,std::string)