- File architecture/DeviceDesignator.hpp
- Global torc::generic::PortDirection
- Global torc::physical::Renamable< T >::deprecatedSetName (const string &inName)
- .
- Global torc::physical::XdlImporter::import (const boost::filesystem::path &filename)
- Please use operator()(...) instead of import(...). i.e. importer(filename);
- Global torc::physical::XdlImporter::import (const string &input, const string &name="string stream")
- Please use operator()(...) instead of import(...). i.e. importer(input, name);
- Global torc::physical::XdlImporter::import (istream &in, const string &name="stream input")
- Please use operator()(...) instead of import(...). i.e. importer(stream, name);