]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/Value.e
Moved to version 1.0
[cpPlugins.git] / lib / cpPlugins / Value.e
1 // =========================================================================
2 // @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
3 // =========================================================================
4
5 $t=In;Out;
6 $c=Set;Sequence;
7 $a=Value;$c$;
8 $z=char;short;int;long;
9 $n=unsigned $z$;
10 $r=float;double;long double;
11 $s=bool;$n$;$z$;$r$;std::complex< $r$ >;std::string;
12 $x=$n$;$z$;$r$;
13 $w=Bool;Integer;Natural;Real;Complex;String;
14 $ex=CPPLUGINS_EXPORT;
15
16 // eof - $RCSfile$