BEAST
- Free Software Audio Synthesizer and Tracker
0.10.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
sfi
sfidl-cxxbase.hh
Go to the documentation of this file.
1
// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
2
#ifndef __SFIDL_CXXBASE_H__
3
#define __SFIDL_CXXBASE_H__
4
5
#include "
sfidl-cbase.hh
"
6
#include "
sfidl-namespace.hh
"
7
#include "
sfidl-utils.hh
"
8
9
namespace
Sfidl
{
10
11
class
CodeGeneratorCxxBase
:
public
CodeGeneratorCBase
{
12
protected
:
13
String
untyped_pspec_constructor (
const
Param
¶m);
14
String
typed_pspec_constructor (
const
Param
¶m);
15
16
public
:
17
CodeGeneratorCxxBase
(
const
Parser
& parser) :
CodeGeneratorCBase
(parser) {
18
}
19
};
20
21
};
22
23
#endif
/* __SFIDL_CXXBASE_H__ */
24
25
/* vim:set ts=8 sts=2 sw=2: */
Sfidl::Param
Definition:
sfidl-parser.hh:92
sfidl-namespace.hh
Sfidl::CodeGeneratorCxxBase
Definition:
sfidl-cxxbase.hh:11
Sfidl
The Sfidl namespace contains implementation and API of the Sfi IDL compiler.
Definition:
sfidl-cbase.hh:14
Sfidl::Parser
Definition:
sfidl-parser.hh:231
sfidl-utils.hh
Sfidl::CodeGeneratorCBase
Definition:
sfidl-cbase.hh:19
std::string
STL class.
sfidl-cbase.hh
Generated by
1.8.9.1