Belle II Software development
NodeCompatibilityCheckerBase< NodeType > Struct Template Reference

most trivial node compatibility checker, says always true More...

#include <NodeCompatibilityCheckerBase.h>

Public Member Functions

bool areCompatible (NodeType *, NodeType *)
 declares all nodes passed as compatible
 

Detailed Description

template<class NodeType>
struct Belle2::NodeCompatibilityCheckerBase< NodeType >

most trivial node compatibility checker, says always true

Definition at line 18 of file NodeCompatibilityCheckerBase.h.

Member Function Documentation

◆ areCompatible()

bool areCompatible ( NodeType ,
NodeType  
)
inline

declares all nodes passed as compatible

Definition at line 21 of file NodeCompatibilityCheckerBase.h.

21{ return true; }

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