]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Value.e
Moved to version 1.0
[cpPlugins.git] / lib / cpPlugins / Value.e
diff --git a/lib/cpPlugins/Value.e b/lib/cpPlugins/Value.e
new file mode 100644 (file)
index 0000000..df14d20
--- /dev/null
@@ -0,0 +1,16 @@
+// =========================================================================
+// @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
+// =========================================================================
+
+$t=In;Out;
+$c=Set;Sequence;
+$a=Value;$c$;
+$z=char;short;int;long;
+$n=unsigned $z$;
+$r=float;double;long double;
+$s=bool;$n$;$z$;$r$;std::complex< $r$ >;std::string;
+$x=$n$;$z$;$r$;
+$w=Bool;Integer;Natural;Real;Complex;String;
+$ex=CPPLUGINS_EXPORT;
+
+// eof - $RCSfile$