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 162 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 164 of file MultiTopicDataReader_T.h.

00164 : 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 165 of file MultiTopicDataReader_T.h.

References look_for_.

00166             {
00167       return e.first.count(look_for_);
00168     }


Member Data Documentation

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

Definition at line 163 of file MultiTopicDataReader_T.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 12 20:06:20 2016 for OpenDDS by  doxygen 1.4.7