Initial
This commit is contained in:
21
mdiwin/STDTMPLA.BAK
Normal file
21
mdiwin/STDTMPLA.BAK
Normal file
@@ -0,0 +1,21 @@
|
||||
#define _EXPAND_BLOCK_TEMPLATES_
|
||||
#include <mdiwin/types.hpp>
|
||||
#include <mdiwin/block.hpp>
|
||||
#include <mdiwin/vector.hpp>
|
||||
#include <mdiwin/bit32.hpp>
|
||||
#include <mdiwin/int.hpp>
|
||||
#include <mdiwin/point.hpp>
|
||||
#include <mdiwin/block.tpp>
|
||||
|
||||
typedef Block<BIT32> a;
|
||||
typedef Block<Integer> b;
|
||||
typedef Block<Point> c;
|
||||
|
||||
|
||||
class Foo
|
||||
{
|
||||
public:
|
||||
typedef enum Params{This=1,That=1,Other};
|
||||
private:
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user