#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 | |
| class | InternalDataIdContainer |
| typedef CORBA::Long PalmCouplingPolicy::TimeType |
| typedef CORBA::Long PalmCouplingPolicy::TagType |
| typedef std::pair< TimeType , TagType > PalmCouplingPolicy::DataId |
| filtre_conversion* PalmCouplingPolicy::get_filtre_convert_TIME | ( | ) | [inline] |
References filtre_convert_TIME.
| filtre_conversion* PalmCouplingPolicy::get_filtre_convert_TAG | ( | ) | [inline] |
References filtre_convert_TAG.
| bool CouplingPolicy::isDataIdConveniant | ( | Container & | storedDatas, |
| const typename Container::key_type & | expectedDataId, | ||
| bool & | isEqual, | ||
| bool & | isBounded, | ||
| typename Container::iterator & | wDataIt1 | ||
| ) | const [inline, inherited] |
| virtual void CouplingPolicy::wakeupWaiting | ( | ) | [inline, virtual, inherited] |
friend class InternalDataIdContainer [friend] |