WSF
WsfParseTypeCommandRule.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// Copyright 2003-2015 The Boeing Company. All rights reserved.
7//
8// The use, dissemination or disclosure of data in this file is subject to
9// limitation or restriction. See accompanying README and LICENSE for details.
10// ****************************************************************************
11// ****************************************************************************
12// Updated by Infoscitex, a DCS Company.
13// ****************************************************************************
14
15#ifndef WSFPARSETYPECOMMANDRULE_HPP
16#define WSFPARSETYPECOMMANDRULE_HPP
17
18#include "WsfParseRule.hpp"
19
21{
22public:
27 bool Read(WsfParser& aParser, WsfParseNode*& aNode) override;
28};
29
30#endif
Definition WsfParseNode.hpp:61
Definition WsfParseRule.hpp:263
WsfParseRule(WsfParseRuleMemory &aMem, RuleType aType)
Definition WsfParseRule.cpp:85
@ cTYPE_COMMAND
Definition WsfParseRule.hpp:150
bool Read(WsfParser &aParser, WsfParseNode *&aNode) override
Definition WsfParseTypeCommandRule.cpp:22
WsfParseTypeCommandRule(WsfParseRuleMemory &aMem)
Definition WsfParseTypeCommandRule.hpp:23
Definition WsfParser.hpp:36
Copyrights Multiple, All Rights Reserved