#include "FFTimeStamp.h"
#include <map>
Include dependency graph for IStageData.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | DayaBay |
Classes | |
class | IStageData |
Interface class for Stage Data. More... | |
Defines | |
#define | _ISTAGEDATA_H_ 1 |
Typedefs | |
typedef std::pair< FFTimeStamp, IStageData * > | IStageDataListPair |
typedef std::multimap< FFTimeStamp, IStageData *, std::less< FFTimeStamp > > | IStageDataList |
#define _ISTAGEDATA_H_ 1 |
Definition at line 8 of file IStageData.h.
typedef std::pair<FFTimeStamp,IStageData*> IStageDataListPair |
Definition at line 32 of file IStageData.h.
typedef std::multimap<FFTimeStamp,IStageData*,std::less<FFTimeStamp> > IStageDataList |
Definition at line 33 of file IStageData.h.