VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ceAnd.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 DtCeAndTypeName[] = "AND";
15 
22 {
23 public:
24 
26  DtCeAnd();
27 
29  DtCeAnd(DtReaderWriterRegistry* parentRegistry);
30 
32  DtCeAnd(const DtCeAnd& orig,
33  DtReaderWriterRegistry* parentRegistry = NULL);
34 
36  virtual ~DtCeAnd();
37 
39  DtCeAnd& operator=(const DtCeAnd& 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
DtLogicalOperatorCondition & operator=(const DtLogicalOperatorCondition &orig)
assignment operator
class DtCeAnd:
Definition: ceAnd.h:21
const char DtCeAndTypeName[]
Definition: ceAnd.h:14
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.
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)