clipsmm - C++ CLIPS Interface Library
Main Page
Namespaces
Classes
Files
File List
File Members
clipsmm
environmentobject.h
Go to the documentation of this file.
1
/***************************************************************************
2
* Copyright (C) 2006 by Rick L. Vinyard, Jr. *
3
* rvinyard@cs.nmsu.edu *
4
* *
5
* This file is part of the clipsmm library. *
6
* *
7
* The clipsmm library is free software; you can redistribute it and/or *
8
* modify it under the terms of the GNU General Public License *
9
* version 3 as published by the Free Software Foundation. *
10
* *
11
* The clipsmm library is distributed in the hope that it will be *
12
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty *
13
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
14
* General Public License for more details. *
15
* *
16
* You should have received a copy of the GNU General Public License *
17
* along with this software. If not see <http://www.gnu.org/licenses/>. *
18
***************************************************************************/
19
#ifndef CLIPSENVIRONMENTOBJECT_H
20
#define CLIPSENVIRONMENTOBJECT_H
21
22
#include <
clipsmm/object.h
>
23
24
namespace
CLIPS {
25
26
class
Environment;
27
31
class
EnvironmentObject
:
public
Object
32
{
33
public
:
34
EnvironmentObject
(
Environment
&
environment
,
void
*
cobj
=NULL);
35
36
~EnvironmentObject
();
37
38
Environment
&
environment
()
const
;
39
40
protected
:
41
Environment
&
m_environment
;
42
};
43
44
}
45
46
#endif
Generated on Sat Apr 13 2013 10:04:52 for clipsmm by
1.8.1.1