OpenDDS  Snapshot(2023/04/28-20:55)
Public Member Functions | Private Attributes | List of all members
OpenDDS::Security::has_property< PropType > Struct Template Reference
Collaboration diagram for OpenDDS::Security::has_property< PropType >:
Collaboration graph
[legend]

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 19 of file TokenReader.cpp.

Constructor & Destructor Documentation

◆ has_property()

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

Definition at line 21 of file TokenReader.cpp.

21 : name_(name) {}
const char *const name
Definition: debug.cpp:60

Member Function Documentation

◆ operator()()

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

Definition at line 23 of file TokenReader.cpp.

24  {
25  return (0 == name_.compare(property.name));
26  }

Member Data Documentation

◆ name_

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

Definition at line 29 of file TokenReader.cpp.


The documentation for this struct was generated from the following file: