#include "freElementals.h"#include "freXMLStreamObject.h"#include "freComponentID.h"


Go to the source code of this file.
Namespaces | |
| namespace | FREE |
Classes | |
| class | FREE::IDPath |
| Class which specifies a component setup within a setup. More... | |
Typedefs | |
| typedef std::vector < IDPath > | FREE::IDPathVectorType |
Functions | |
| static bool | FREE::operator== (const std::string &left, const IDPath &right) |
| static bool | FREE::operator== (const IDPath &left, const std::string &right) |
| void | FREE::DispatchParameterIDPath (const IDPath ¶meterID, std::string &sParameterName, unsigned long &riItemPos, unsigned long &riLayer) |
| static const IDPath | FREE::cIDPMediaMoving (std::string("/")+cComp_MediaMoving) |
| static const IDPath | FREE::cIDPMediaFixed (std::string("/")+cComp_MediaFixed) |
| static const IDPath | FREE::cIDPMediaFinal (std::string("/")+cComp_MediaFinal) |
| static const IDPath | FREE::cIDPMediaInterim (std::string("/")+cComp_MediaInterim) |
Variables | |
| static const IDPath | FREE::cIDPSelf (".") |
| static const IDPath | FREE::cIDPParent ("..") |
| static const IDPath | FREE::cIDPRoot ("/") |
| static const IDPath | FREE::cIDPEveryone ("//*") |
1.5.3 written by Dimitri van Heesch,
© 1997-2000