retdec
Public Types | Public Member Functions | List of all members
retdec::common::ClassCompare Struct Reference

#include <class.h>

Public Types

using is_transparent = void
 

Public Member Functions

bool operator() (const Class &c1, const Class &c2) const
 
bool operator() (const std::string &id, Class const &c) const
 
bool operator() (const Class &c, const std::string &id) const
 

Detailed Description

A set container with classes.

Member Typedef Documentation

◆ is_transparent

Member Function Documentation

◆ operator()() [1/3]

bool retdec::common::ClassCompare::operator() ( const Class c,
const std::string &  id 
) const
inline

◆ operator()() [2/3]

bool retdec::common::ClassCompare::operator() ( const Class c1,
const Class c2 
) const
inline

◆ operator()() [3/3]

bool retdec::common::ClassCompare::operator() ( const std::string &  id,
Class const &  c 
) const
inline

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