Annotation of parser3/src/types/pa_vstatus.h, revision 1.23

1.1       paf         1: /** @file
                      2:        Parser: @b status class decl.
                      3: 
1.22      moko        4:        Copyright (c) 2001-2015 Art. Lebedev Studio (http://www.artlebedev.com)
1.7       paf         5:        Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
1.1       paf         6: */
                      7: 
                      8: #ifndef PA_VSTATUS_H
                      9: #define PA_VSTATUS_H
1.9       paf        10: 
1.23    ! moko       11: #define IDENT_PA_VSTATUS_H "$Id: pa_vstatus.h,v 1.22 2015/10/26 01:22:03 moko Exp $"
1.1       paf        12: 
1.16      paf        13: // includes
1.1       paf        14: 
1.23    ! moko       15: #include "pa_vstateless_class.h"
1.16      paf        16: 
1.1       paf        17: /// status class
1.23    ! moko       18: class VStatus: public VStateless_class {
1.16      paf        19: 
1.1       paf        20: public: // Value
                     21:        
1.16      paf        22:        const char* type() const { return "status"; }
1.1       paf        23: 
                     24:        // VStatus: field
1.20      misha      25:        Value* get_element(const String& aname);
1.1       paf        26: 
1.16      paf        27: public: //  usage
1.1       paf        28: 
                     29: };
                     30: 
                     31: #endif

E-mail: