STK++ 0.9.13
|
In this file we include all the headers of the fundamental types used internally in the STK applications. More...
#include <Sdk.h>
#include "STK_Char.h"
#include "STK_String.h"
#include "STK_Integer.h"
#include "STK_Real.h"
#include "STK_Binary.h"
#include "STK_Sign.h"
#include "STK_Range.h"
Go to the source code of this file.
In this file we include all the headers of the fundamental types used internally in the STK applications.
You can add any type matching your need.
Actually (the 20190228) the fundamental types defined are:
Range (int begin; int size)
If you add a type:
Definition in file STK_TypeBase.h.