VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfmsgs
ifPlanOp.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1993 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: ifPlanOp.h,v $ $Revision: 1.10 $ $State: Exp $
7
*******************************************************************************/
8
11
17
18
19
#ifndef DtIfPlanOp_H_
20
#define DtIfPlanOp_H_
21
22
#include <vlutil/vlString.h>
23
#include "
vrfmsgs/ifFileOp.h
"
24
34
35
#include "
vrfmsgs/vrfmsgsDefines.h
"
36
class
DT_DLL_vrfmsgs
DtIfPlanOp
:
public
DtIfFileOp
37
{
38
39
public
:
41
DtIfPlanOp
();
42
44
DtIfPlanOp
(
const
DtIfPlanOp
& orig);
45
47
const
DtIfPlanOp
&
operator=
(
const
DtIfPlanOp
& orig);
48
49
virtual
~
DtIfPlanOp
()
override
;
50
52
virtual
int
type
()
const override
;
53
54
virtual
DtSimInterfaceContent
*
clone
()
const override
;
55
56
static
DtSimInterfaceContent
* creator();
57
};
58
59
#endif
60
61
62
63
DT_DLL_vrfmsgs
#define DT_DLL_vrfmsgs
This file is used to determine how to build.
Definition:
vrfmsgsDefines.h:28
vrfmsgsDefines.h
ifFileOp.h
DtIfFileOp
DtIfFileOp is the base class of the content portion of file operation messages. Messages derived from...
Definition:
ifFileOp.h:33
DtIfFileOp::operator=
const DtIfFileOp & operator=(const DtIfFileOp &orig)
assignment operator
DtIfPlanOp
File: ifPlanOp.h.
Definition:
ifPlanOp.h:36
DtIfFileOp::type
virtual int type() const override=0
Override this with the type of file message the operation is for, so the right manager can register a...
DtSimInterfaceContent
Definition:
simInterfaceContent.h:45
DtIfFileOp::clone
virtual DtSimInterfaceContent * clone() const override=0
Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)