WSF
src
wizard
usmtf
source
Comment.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 2019 Infoscitex, a DCS 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
#ifndef COMMENT_HPP
13
#define COMMENT_HPP
14
15
#include "
USMTF_Transformer.hpp
"
16
17
namespace
usmtf
18
{
22
class
Comment
:
public
USMTF_Transformer
23
{
24
public
:
25
explicit
Comment
(
const
Segment
& aSegment)
noexcept
;
26
InputBlock
GetInputBlock
()
const override
;
27
};
28
}
// namespace usmtf
29
#endif
USMTF_Transformer.hpp
usmtf::Comment::GetInputBlock
InputBlock GetInputBlock() const override
Definition
Comment.cpp:24
usmtf::Comment::Comment
Comment(const Segment &aSegment) noexcept
Definition
Comment.cpp:19
usmtf::InputBlock
Definition
InputBlock.hpp:39
usmtf::Segment
Definition
Segment.hpp:30
usmtf::USMTF_Transformer::USMTF_Transformer
USMTF_Transformer()=default
usmtf
Definition
Acmid.cpp:17
Copyrights Multiple, All Rights Reserved