#include <PalmCouplingPolicy.hxx>

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 () |
Private Attributes | |
| filtre_conversion | filtre_convert_TIME |
| filtre_conversion | filtre_convert_TAG |
Friends | |
| template<typename T_TIME , typename T_TAG > | |
| class | InternalDataIdContainer |
| typedef std::pair< TimeType , TagType > PalmCouplingPolicy::DataId |
| typedef CORBA::Long PalmCouplingPolicy::TagType |
| typedef CORBA::Long PalmCouplingPolicy::TimeType |
| filtre_conversion* PalmCouplingPolicy::get_filtre_convert_TAG | ( | ) |
References filtre_convert_TAG.
Referenced by TEST1::TEST1(), and TEST2::TEST2().
| filtre_conversion* PalmCouplingPolicy::get_filtre_convert_TIME | ( | ) |
References filtre_convert_TIME.
Referenced by TEST1::TEST1(), and TEST2::TEST2().
|
inherited |
|
virtualinherited |
|
friend |
|
private |
|
private |