OpenDDS::Security::has_property< PropType > Struct Template Reference

Collaboration diagram for OpenDDS::Security::has_property< PropType >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 has_property (const std::string &name)
bool operator() (const PropType &property)

Private Attributes

const std::string & name_

Detailed Description

template<typename PropType>
struct OpenDDS::Security::has_property< PropType >

Definition at line 20 of file TokenReader.cpp.


Constructor & Destructor Documentation

template<typename PropType >
OpenDDS::Security::has_property< PropType >::has_property ( const std::string &  name  )  [inline]

Definition at line 22 of file TokenReader.cpp.

00022 : name_(name) {}


Member Function Documentation

template<typename PropType >
bool OpenDDS::Security::has_property< PropType >::operator() ( const PropType &  property  )  [inline]

Definition at line 24 of file TokenReader.cpp.

References OpenDDS::Security::has_property< PropType >::name_.

00025   {
00026     return (0 == name_.compare(property.name));
00027   }


Member Data Documentation

template<typename PropType >
const std::string& OpenDDS::Security::has_property< PropType >::name_ [private]

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