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 Jan 19 2022 00:00:00 for clipsmm by
1.9.1