#include "YACSloaderExport.hxx"
#include "xmlParserBase.hxx"
#include "InputPort.hxx"
#include "define.hxx"
#include "Exception.hxx"
#include <vector>
#include <list>
Go to the source code of this file.
Classes | |
class | YACS::ENGINE::stateLoader |
class for parse an xml file, use a dedicated parser, to load a saved state of a SALOME execution. More... | |
class | YACS::ENGINE::stateParser |
specialized parser to load SALOME execution saved states. More... | |
class | YACS::ENGINE::graphParser |
class | YACS::ENGINE::nodeParser |
class | YACS::ENGINE::attrParser |
class | YACS::ENGINE::portParser |
class | YACS::ENGINE::valueParser |
class | YACS::ENGINE::arrayParser |
class | YACS::ENGINE::dataParser |
class | YACS::ENGINE::simpleTypeParser |
class | YACS::ENGINE::loopPortParser |
class | YACS::ENGINE::sampleParser |
Namespaces | |
namespace | YACS |
namespace | YACS::ENGINE |
Enumerations | |
enum | YACS::ENGINE::XMLReadState { YACS::ENGINE::XMLNOCONTEXT = 0, YACS::ENGINE::XMLINGRAPH = 1, YACS::ENGINE::XMLINNODE = 2, YACS::ENGINE::XMLINPORT = 3, YACS::ENGINE::XMLINVALUE = 4, YACS::ENGINE::XMLDONE = 5, YACS::ENGINE::XMLFATALERROR = 6 } |
Functions | |
YACSLOADER_EXPORT void | YACS::ENGINE::loadState (YACS::ENGINE::Proc *p, const std::string &xmlStateFile) |
Load state from a file into a Proc. More... | |