testproject/types/plugins_test_types.cpp
Go to the documentation of this file.
1 /***************************************************************************
2  tag: The SourceWorks Tue Sep 7 00:54:57 CEST 2010 plugins_test_types.cpp
3 
4  plugins_test_types.cpp - description
5  -------------------
6  begin : Tue September 07 2010
7  copyright : (C) 2010 The SourceWorks
8  email : peter@thesourceworks.com
9 
10  ***************************************************************************
11  * *
12  * This program is free software; you can redistribute it and/or modify *
13  * it under the terms of the GNU General Public License as published by *
14  * the Free Software Foundation; either version 2 of the License, or *
15  * (at your option) any later version. *
16  * *
17  ***************************************************************************/
18 
19 
28 
30 {
31 public:
32  virtual bool loadTypes() {
33  return true;
34  }
35 
36  virtual bool loadOperators() {
37  return true;
38  }
39 
40  virtual bool loadConstructors() {
41  return true;
42  }
43 
44  virtual bool loadGlobals() { return true; }
45 
46  virtual std::string getName() { return "TypesPluginTest"; }
47 
48 };
49 
#define ORO_TYPEKIT_PLUGIN(TYPEKIT)


rtt
Author(s): RTT Developers
autogenerated on Fri Oct 25 2019 03:59:34