VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ceOr.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2016 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrfutil/vrfutilDefines.h"
13 
14 const char DtCeOrTypeName[] = "OR";
15 
23 {
24 public:
26  DtCeOr();
27 
29  DtCeOr(DtReaderWriterRegistry* parentRegistry);
30 
32  DtCeOr(const DtCeOr& orig,
33  DtReaderWriterRegistry* parentRegistry = NULL);
34 
36  virtual ~DtCeOr();
37 
39  DtCeOr& operator=(const DtCeOr& orig);
40 
42  virtual DtSimCondExpr* clone(DtReaderWriterRegistry* parentRegistry = NULL) const;
43 
46  virtual int type() const;
47 
58  virtual DtString stringRep(int subExprIndex = DtSR_EXPR) const;
59 
60  static DtSimCondExpr * creator();
61 };
virtual DtSimCondExpr * clone(DtReaderWriterRegistry *parentRegistry=NULL) const =0
clone operator
class DtLogicalOperatorCondition:
Definition: logicalOperatorCondition.h:21
Definition: readerWriterRegistry.h:39
const char DtCeOrTypeName[]
Definition: ceOr.h:14
DtLogicalOperatorCondition & operator=(const DtLogicalOperatorCondition &orig)
assignment operator
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:53
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
virtual DtString stringRep(int subExprIndex=DtSR_EXPR) const =0
Get a readable string representation of this level of this expression.
class DtCeOr:
Definition: ceOr.h:22
virtual int type() const =0
Returns the type of conditional expression defined in condExprTypes.h.

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)