/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to src/SimpleTypeSystem.h

  • Committer: Gustav Hartvigsson
  • Date: 2013-09-09 21:06:09 UTC
  • mfrom: (19 simpletypesystem)
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: gustav.hartvigsson@gmail.com-20130909210609-jqyy0z02vhe00kq0
* Merging from local branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
17
*/
18
18
 
 
19
/**
 
20
 * @mainpage SSTS -- The (Super) Simple Type System
 
21
 * @author Gustav Hartvigsson
 
22
 * @version 0.0.1-bzr (dev)
 
23
 * 
 
24
 * @section About
 
25
 * The (Super) Simple Type System is -- yet -- only an experiment. The base
 
26
 * for (almost) all objects in the system are derived from
 
27
 * @ref _SBaseObjectInstance .
 
28
 * 
 
29
 * 
 
30
 */
 
31
 
19
32
/** @file */
20
33
 
21
34
#ifndef __H_SIMPLE_TYPE_SYSTEM__
29
42
#include "baseobject.h"
30
43
#include "Error.h"
31
44
#include "Func.h"
 
45
#include "Map.h"
 
46
#include "Interface.h"
 
47
#include "MainLoop.h"
32
48
 
33
49
/**
34
50
 * Returns a string representing the current version.