BEAST/BSE - Better Audio System and Sound Engine  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 
12  protected:
13  String untyped_pspec_constructor (const Param &param);
14  String typed_pspec_constructor (const Param &param);
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: */
Definition: sfidl-parser.hh:92
Definition: sfidl-cxxbase.hh:11
Definition: sfidl-parser.hh:231
Definition: sfidl-cbase.hh:19
std::string String