
Data Structures | |
| class | InternalDataIdContainer | 
Public Types | |
| typedef CORBA::Long | TimeType | 
| typedef CORBA::Long | TagType | 
| 
typedef std::pair< TimeType,  TagType >  | DataId | 
| 
typedef  InternalDataIdContainer < TimeType, TagType >  | DataIdContainer | 
Public Member Functions | |
| filtre_conversion * | get_filtre_convert_TIME () | 
| filtre_conversion * | get_filtre_convert_TAG () | 
| TimeType | getTime (const DataId &dataId) const | 
| TagType | getTag (const DataId &dataId) const | 
| template<typename Container > | |
| bool | isDataIdConveniant (Container &storedDatas, const typename Container::key_type &expectedDataId, bool &isEqual, bool &isBounded, typename Container::iterator &wDataIt1) const | 
| virtual void | wakeupWaiting () | 
Friends | |
| template<typename T_TIME , typename T_TAG > | |
| class | InternalDataIdContainer |