X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FValue.e;fp=lib%2FcpPlugins%2FValue.e;h=df14d20831f683c65356b5e5ee1dd252b5cbd409;hb=2e142df11d6f312a2a2b5097b8da73571ed523e8;hp=0000000000000000000000000000000000000000;hpb=61b3659afe961ed248f30e26f9ca8f28fcfafddc;p=cpPlugins.git diff --git a/lib/cpPlugins/Value.e b/lib/cpPlugins/Value.e new file mode 100644 index 0000000..df14d20 --- /dev/null +++ b/lib/cpPlugins/Value.e @@ -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$