VR-Forces 5.0.2 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
();
50
52
virtual
int
type
()
const
;
53
54
virtual
DtSimInterfaceContent
*
clone
()
const
;
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 =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 =0
Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)