|
WSF
|
Classes | |
| struct | SortBidPairStruct |
| struct | RIPRCommanderInfo |
Typedefs | |
| typedef std::map< UtScriptData, UtScriptData > | RIPRJobDataMap |
| typedef std::vector< int > | RIPRWinnerIdList |
| typedef std::map< unsigned int, int > | RIPRWinnerMap |
| typedef std::map< unsigned int, double > | RIPRJobProgressMap |
| typedef std::pair< unsigned int, double > | RIPRBidderPair |
| typedef std::list< RIPRBidderPair > | RIPRBidderList |
| typedef std::vector< unsigned int > | JobChannelIdList |
| typedef std::map< int, int > | RIPRChannelJobMap |
| typedef std::multimap< std::string, unsigned int > | JobTypeChannelsMap |
| typedef std::list< RIPRCommanderInfo > | RIPRCommanderList |
WsfRIPRCommon.hpp defines RIPR typedefs that clients can include without needing to include other RIPR headers.
| typedef std::vector<unsigned int> ripr::JobChannelIdList |
| typedef std::multimap<std::string, unsigned int> ripr::JobTypeChannelsMap |
| typedef std::list<RIPRBidderPair> ripr::RIPRBidderList |
| typedef std::pair<unsigned int, double> ripr::RIPRBidderPair |
| typedef std::map<int, int> ripr::RIPRChannelJobMap |
| typedef std::list<RIPRCommanderInfo> ripr::RIPRCommanderList |
| typedef std::map<UtScriptData, UtScriptData> ripr::RIPRJobDataMap |
| typedef std::map<unsigned int, double> ripr::RIPRJobProgressMap |
| typedef std::vector<int> ripr::RIPRWinnerIdList |
| typedef std::map<unsigned int, int> ripr::RIPRWinnerMap |