Fawkes API  Fawkes Development Version
fawkes::CLIPSAspect Class Reference

Thread aspect to get access to a CLIPS environment. More...

#include <>>

Inheritance diagram for fawkes::CLIPSAspect:

List of all members.

Public Member Functions

 CLIPSAspect ()
 Constructor.
virtual ~CLIPSAspect ()
 Virtual empty destructor.

Protected Attributes

LockPtr< CLIPS::Environment > clips
 CLIPS environment for exclusive usage.

Friends

class CLIPSAspectIniFin

Detailed Description

Thread aspect to get access to a CLIPS environment.

Give this aspect to your thread to get a CLIPS environment for exclusive usage.

Author:
Tim Niemueller

Constructor & Destructor Documentation

fawkes::CLIPSAspect::CLIPSAspect ( )

Constructor.

Definition at line 46 of file clips.cpp.

fawkes::CLIPSAspect::~CLIPSAspect ( ) [virtual]

Virtual empty destructor.

Definition at line 53 of file clips.cpp.


Member Data Documentation

fawkes:LockPtr< CLIPS::Environment > fawkes::CLIPSAspect::clips [protected]

CLIPS environment for exclusive usage.

Definition at line 48 of file clips.h.


The documentation for this class was generated from the following files: