Annotation of parser3/src/types/pa_vproperty.C, revision 1.2

1.1       misha       1: /**    @file
                      2:        Parser: @b property class decl.
                      3: 
1.2     ! misha       4:        Copyright (c) 2001-2009 ArtLebedev Group (http://www.artlebedev.com)
1.1       misha       5:        Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
                      6: */
                      7: 
1.2     ! misha       8: static const char * const IDENT_VPROPERTY_C="$Date: 2007/02/03 18:08:38 $";
1.1       misha       9: 
                     10: // include
                     11: 
                     12: #include "pa_vproperty.h"
                     13: #include "pa_vbool.h"
                     14: 
                     15: override Value& VProperty::as_expr_result(bool) {
1.2     ! misha      16:        return VBool::get(as_bool());
1.1       misha      17: }

E-mail: