interfaces for SALOME Resources Catalog More...
Go to the source code of this file.
Data Structures | |
struct | SALOME_RessourcesCatalog::proc_info |
Information about a processor. More... | |
struct | SALOME_RessourcesCatalog::computer_info |
Information about a computer. More... | |
exception | SALOME_RessourcesCatalog::NotFound |
exception thrown if a computer is not found in the catalog More... | |
interface | SALOME_RessourcesCatalog::RessourcesCatalog |
interface to get information about Resources More... | |
Namespaces | |
namespace | SALOME_RessourcesCatalog |
module that provides interface to manage the Resources Catalog of SALOME | |
Typedefs | |
typedef sequence< proc_info > | SALOME_RessourcesCatalog::ListOfProc |
a list of processor informations | |
typedef sequence< ContainerType > | SALOME_RessourcesCatalog::ListOfContainerType |
a list of container types | |
typedef sequence< string > | SALOME_RessourcesCatalog::ListOfComputer |
a list of computer names | |
Enumerations | |
enum | SALOME_RessourcesCatalog::ContainerType { SALOME_RessourcesCatalog::Cpp, SALOME_RessourcesCatalog::python, SALOME_RessourcesCatalog::NP } |
Container type. More... |
interfaces for SALOME Resources Catalog