Chemical Data Processing Library Python API - Version 1.1.1
Classes
CDPL.Base Package Reference

Contains core framework classes and functions. More...

Classes

class  Any
 A safe, type checked container for arbitrary data of variable type. More...
 
class  BadCast
 Thrown to indicate that a cast or conversion from a given source type to a requested target type is not possible. More...
 
class  CalculationFailed
 Thrown to indicate that some requested calculation has failed. More...
 
class  ControlParameterContainer
 A class providing methods for the storage and lookup of control-parameter values. More...
 
class  ControlParameterList
 A data structure for the storage and lookup of control-parameter values. More...
 
class  DataFormat
 Provides meta-information about a particular data storage format. More...
 
class  DataIOBase
 Provides infrastructure for the registration of I/O callback functions. More...
 
class  Exception
 The root of the CDPL exception hierarchy. More...
 
class  FileIOStream
 
class  IndexError
 Thrown to indicate that an index is out of range. More...
 
class  IOError
 Thrown to indicate that an I/O operation has failed because of physical (e.g. More...
 
class  IOStream
 
class  IStream
 
class  ItemNotFound
 Thrown to indicate that some requested data item could not be found. More...
 
class  LookupKey
 An unique lookup key for control-parameter and property values. More...
 
class  NullPointerException
 Thrown when an operation requires or expects a valid reference but a None reference was provided. More...
 
class  OperationFailed
 Thrown to indicate that some requested operation has failed (e.g. More...
 
class  OStream
 
class  PropertyContainer
 A class providing methods for the storage and lookup of object properties. More...
 
class  RangeError
 Thrown to indicate that a value is out of range. More...
 
class  SizeError
 Thrown to indicate that the size of a (multidimensional) array is not correct. More...
 
class  StringIOStream
 
class  ValueError
 Thrown to indicate errors caused by some invalid value. More...
 
class  VoidDataIOBaseFunctor
 
class  VoidFunctor
 
class  VoidLookupKeyAnyFunctor
 
class  VoidLookupKeyFunctor
 

Detailed Description

Contains core framework classes and functions.