VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)