Verovio
Source code documentation
vrv::AttNIntegerAnyComparison Class Reference

This class evaluates if the object is of a certain ClassId and has a
of value n. More...

#include <comparison.h>

Inheritance diagram for vrv::AttNIntegerAnyComparison:
vrv::ClassIdComparison vrv::Comparison

Public Member Functions

 AttNIntegerAnyComparison (ClassId classId, std::vector< int > ns)
 
void SetNs (std::vector< int > ns)
 
void AppendN (int n)
 
bool operator() (const Object *object) override
 
- Public Member Functions inherited from vrv::ClassIdComparison
 ClassIdComparison (ClassId classId)
 
ClassId GetType ()
 
bool MatchesType (const Object *object)
 
- Public Member Functions inherited from vrv::Comparison
bool Result (bool comparison)
 
void ReverseComparison ()
 

Additional Inherited Members

- Protected Attributes inherited from vrv::ClassIdComparison
ClassId m_classId
 
- Protected Attributes inherited from vrv::Comparison
bool m_supportReverse = false
 

Detailed Description

This class evaluates if the object is of a certain ClassId and has a
of value n.


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