GUIDOLib  1.7.7
Guido Engine Internal Documentation
ARDefineTag.h
1 #ifndef ARDefineTag_H
2 #define ARDefineTag_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 "ARMTParameter.h"
19 
22 class ARDefineTag : public ARMTParameter
23 {
24  public:
26  virtual ~ARDefineTag() {}
27 
28  virtual const char* getTagName () const { return "ARDefineTag"; };
29  virtual std::string getGMNName () const { return "\\defineTag"; };
30 };
31 
32 #endif
ARDefineTag::ARDefineTag
ARDefineTag()
Definition: ARDefineTag.h:25
ARMTParameter
not yet documented
Definition: ARMTParameter.h:24
ARDefineTag::~ARDefineTag
virtual ~ARDefineTag()
Definition: ARDefineTag.h:26
ARDefineTag
not yet documented
Definition: ARDefineTag.h:22
ARDefineTag::getTagName
virtual const char * getTagName() const
Definition: ARDefineTag.h:28
ARDefineTag::getGMNName
virtual std::string getGMNName() const
Definition: ARDefineTag.h:29

Guido Project Copyright © 2019 Grame-CNCM