clipsmm - C++ CLIPS Interface Library

clipsmm logo
factory.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 CLIPSFACTORY_H
20 #define CLIPSFACTORY_H
21 
22 #include <clipsmm/value.h>
23 
24 extern "C" {
25  struct dataObject;
26 }
27 
28 namespace CLIPS {
29  class Environment;
30 
32  Values data_object_to_values(dataObject* clipsdo);
33  Values data_object_to_values(dataObject& clipsdo);
34 
35  dataObject* value_to_data_object( const Environment& env, const Values& values );
36  dataObject* value_to_data_object( const Environment& env, const Value& value );
37 
38 }
39 
40 #endif

Generated on Thu Sep 27 2012 17:57:05 for clipsmm by doxygen 1.8.1.2