clipsmm - C++ CLIPS Interface Library
Go to the documentation of this file.
23#if __cplusplus <= 199711L
24 #error clipsmm requires at least a C++11 compliant compiler
28#define CLIPSPointer std::shared_ptr
29#define CLIPSWeakPointer std::weak_ptr
30#define clips_static_pointer_cast std::static_pointer_cast
31#define clips_const_pointer_cast std::const_pointer_cast
32#define clips_dynamic_pointer_cast std::dynamic_pointer_cast
Generated on Wed Jul 17 2024 00:00:00 for clipsmm by
1.13.2