OpenDDS::DCPS::MultiTopicDataReader_T< Sample, TypedDataReader >::Contains Struct Reference

List of all members.

Public Member Functions

 Contains (const OPENDDS_STRING &s)
bool operator() (const std::pair< const std::set< OPENDDS_STRING >, SampleVec > &e) const

Public Attributes

const OPENDDS_STRING & look_for_

Detailed Description

template<typename Sample, typename TypedDataReader>
struct OpenDDS::DCPS::MultiTopicDataReader_T< Sample, TypedDataReader >::Contains

Definition at line 172 of file MultiTopicDataReader_T.h.


Constructor & Destructor Documentation

template<typename Sample , typename TypedDataReader >
OpenDDS::DCPS::MultiTopicDataReader_T< Sample, TypedDataReader >::Contains::Contains ( const OPENDDS_STRING &  s  )  [inline, explicit]

Definition at line 174 of file MultiTopicDataReader_T.h.

00174 : look_for_(s) {}


Member Function Documentation

template<typename Sample , typename TypedDataReader >
bool OpenDDS::DCPS::MultiTopicDataReader_T< Sample, TypedDataReader >::Contains::operator() ( const std::pair< const std::set< OPENDDS_STRING >, SampleVec > &  e  )  const [inline]

Definition at line 175 of file MultiTopicDataReader_T.h.

00176             {
00177       return e.first.count(look_for_);
00178     }


Member Data Documentation

template<typename Sample , typename TypedDataReader >
const OPENDDS_STRING& OpenDDS::DCPS::MultiTopicDataReader_T< Sample, TypedDataReader >::Contains::look_for_

Definition at line 173 of file MultiTopicDataReader_T.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1