ardour
Public Member Functions | Public Attributes | List of all members
MeterMatricsMapKey Struct Reference

Public Member Functions

 MeterMatricsMapKey (std::string n, MeterType t, int dt)
 
bool operator< (const MeterMatricsMapKey &rhs) const
 

Public Attributes

std::string _n
 
MeterType _t
 
int _dt
 

Detailed Description

Definition at line 55 of file meter_patterns.cc.

Constructor & Destructor Documentation

MeterMatricsMapKey::MeterMatricsMapKey ( std::string  n,
MeterType  t,
int  dt 
)
inline

Definition at line 56 of file meter_patterns.cc.

Member Function Documentation

bool MeterMatricsMapKey::operator< ( const MeterMatricsMapKey rhs) const
inline

Definition at line 61 of file meter_patterns.cc.

Member Data Documentation

int MeterMatricsMapKey::_dt

Definition at line 66 of file meter_patterns.cc.

std::string MeterMatricsMapKey::_n

Definition at line 64 of file meter_patterns.cc.

MeterType MeterMatricsMapKey::_t

Definition at line 65 of file meter_patterns.cc.


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