GUIDOLib  1.7.7
Guido Engine Internal Documentation
ARMTParameter.h
1 #ifndef ARMTParameter_H
2 #define ARMTParameter_H
3 
4 /*
5  GUIDO Library
6  Copyright (C) 2002 Holger Hoos, Juergen Kilian, Kai Renz
7  Copyright (C) 2002-2017 Grame
8 
9  This Source Code Form is subject to the terms of the Mozilla Public
10  License, v. 2.0. If a copy of the MPL was not distributed with this
11  file, You can obtain one at http://mozilla.org/MPL/2.0/.
12 
13  Grame Research Laboratory, 11, cours de Verdun Gensoul 69002 Lyon - France
14  research@grame.fr
15 
16 */
17 
18 #include "ARMusicalTag.h"
19 
20 class TagParameterList;
21 
25 {
26  public:
27 
28  ARMTParameter( const TYPE_TIMEPOSITION & tp, const ARMTParameter * copy = 0 )
29  : ARMusicalTag( tp, copy ) { }
30  ARMTParameter( int pid = -1, const ARMTParameter * copy = 0 )
31  : ARMusicalTag( pid, copy ) { }
32  virtual ~ARMTParameter() {}
33 };
34 
35 #endif
36 
37 
Fraction
Numerator and denominator.
Definition: Fraction.h:23
ARMTParameter::ARMTParameter
ARMTParameter(int pid=-1, const ARMTParameter *copy=0)
Definition: ARMTParameter.h:30
ARMTParameter::~ARMTParameter
virtual ~ARMTParameter()
Definition: ARMTParameter.h:32
ARMTParameter
not yet documented
Definition: ARMTParameter.h:24
ARMusicalTag
The base class for all musical tag classes.
Definition: ARMusicalTag.h:34
ARMTParameter::ARMTParameter
ARMTParameter(const TYPE_TIMEPOSITION &tp, const ARMTParameter *copy=0)
Definition: ARMTParameter.h:28

Guido Project Copyright © 2019 Grame-CNCM