Annotation of parser3/src/types/pa_vmath.C, revision 1.1.2.9.2.4

1.1.2.1   paf         1: /**    @file
1.1.2.2   paf         2:        Parser: @b math class.
1.1.2.1   paf         3: 
1.1.2.5   paf         4:        Copyright(c) 2001-2003 ArtLebedev Group(http://www.artlebedev.com)
1.1.2.1   paf         5:        Author: Alexandr Petrosian <paf@design.ru>(http://paf.design.ru)
                      6: */
                      7: 
1.1.2.9.2.4! paf         8: static const char* IDENT_VMATH_C="$Date: 2003/03/24 12:38:49 $";
1.1.2.1   paf         9: 
1.1.2.2   paf        10: #include "pa_vmath.h"
                     11: #include "pa_vdouble.h"
1.1.2.1   paf        12: 
1.1.2.2   paf        13: // externs
1.1.2.1   paf        14: 
1.1.2.9.2.2  paf        15: extern Methoded* math_base_class;
1.1.2.1   paf        16: 
1.1.2.2   paf        17: // methods
1.1.2.1   paf        18: 
1.1.2.9.2.3  paf        19: VMath::VMath(): VStateless_class(0, math_base_class) {
1.1.2.9.2.4! paf        20:        fconsts.put(StringBody("PI"), new VDouble(PI));
1.1.2.1   paf        21: }

E-mail: