retdec
Public Member Functions | Public Attributes | List of all members
retdec::bin2llvmir::st_match::match_combine_and< LTy, RTy > Struct Template Reference

#include <symbolic_tree_match.h>

Public Member Functions

 match_combine_and (const LTy &Left, const RTy &Right)
 
bool match (SymbolicTree &V)
 

Public Attributes

LTy L
 
RTy R
 

Constructor & Destructor Documentation

◆ match_combine_and()

template<typename LTy , typename RTy >
retdec::bin2llvmir::st_match::match_combine_and< LTy, RTy >::match_combine_and ( const LTy &  Left,
const RTy &  Right 
)
inline

Member Function Documentation

◆ match()

template<typename LTy , typename RTy >
bool retdec::bin2llvmir::st_match::match_combine_and< LTy, RTy >::match ( SymbolicTree V)
inline

Member Data Documentation

◆ L

template<typename LTy , typename RTy >
LTy retdec::bin2llvmir::st_match::match_combine_and< LTy, RTy >::L

◆ R

template<typename LTy , typename RTy >
RTy retdec::bin2llvmir::st_match::match_combine_and< LTy, RTy >::R

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