![]() |
VR-Link API Documentation for DIS
|
This file declares DtFomSorter. More...
Go to the source code of this file.
Classes | |
| class | DtFomSorter |
| This is a class that sorts a user's FOM modules based on their dependencies, given that the FOM modules have been added in an arbitrary order. More... | |
Typedefs | |
| typedef std::pair< int, DtString > | DtMMapPair |
| typedef std::pair< DtString, int > | DtFomCompPair |
| typedef std::pair< DtString, std::vector< DtString > > | DtFomDepsPair |
| typedef std::pair< const DtString, const DtFomDepsPair > | DtFileDepsPairPair |
| typedef std::pair< DtString, DtString > | DtFomFilePair |
| typedef std::multimap< int, DtString > | DtComplexToFomsMMap |
| typedef std::map< DtString, int > | DtFomToComplexMap |
| typedef std::map< DtString, const DtFomDepsPair > | DtFileToDepsPairMap |
| typedef std::map< DtString, DtString > | DtFomToFileMap |
This file declares DtFomSorter.
| typedef std::multimap< int, DtString > DtComplexToFomsMMap |
| typedef std::pair< const DtString, const DtFomDepsPair > DtFileDepsPairPair |
| typedef std::map< DtString, const DtFomDepsPair > DtFileToDepsPairMap |
| typedef std::pair< DtString, int > DtFomCompPair |
| typedef std::pair< DtString, std::vector<DtString> > DtFomDepsPair |
| typedef std::pair< DtString, DtString > DtFomFilePair |
| typedef std::map< DtString, int > DtFomToComplexMap |
| typedef std::map< DtString, DtString > DtFomToFileMap |
| typedef std::pair< int, DtString > DtMMapPair |