X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftype.h;fp=source%2Ftype.h;h=58766289bc172a0e214917c961452976fac5645e;hb=9867e5fdf99d7d6c9d83846c11a1cee6a9919be1;hp=701a5dc9786533f930e6c49778988f6816f83189;hpb=19179a622c1de88de5ed7047643eec79f285bf2a;p=libs%2Fdatafile.git diff --git a/source/type.h b/source/type.h index 701a5dc..5876628 100644 --- a/source/type.h +++ b/source/type.h @@ -52,6 +52,16 @@ struct SymbolType typedef Symbol Store; }; +const char valid_signatures[] = +{ + IntType::signature, + FloatType::signature, + BoolType::signature, + StringType::signature, + SymbolType::signature, + 0 +}; + template struct HasLoadType {