Annotation of parser3/src/types/pa_vproperty.C, revision 1.1
1.1 ! misha 1: /** @file
! 2: Parser: @b property class decl.
! 3:
! 4: Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com)
! 5: Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
! 6: */
! 7:
! 8: static const char * const IDENT_VPROPERTY_C="$Date: 2005/08/09 08:14:55 $";
! 9:
! 10: // include
! 11:
! 12: #include "pa_vproperty.h"
! 13: #include "pa_vbool.h"
! 14:
! 15: override Value& VProperty::as_expr_result(bool) {
! 16: return *new VBool(as_bool());
! 17: }
E-mail: