]> granicus.if.org Git - icinga2/commit
Implement a way to call methods on objects
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 11 Dec 2014 20:12:34 +0000 (21:12 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 11 Dec 2014 20:12:34 +0000 (21:12 +0100)
commita9e2bc4b4038cd79ca84a004bd560b0d1384e8f9
tree841302cf7c0ac6b7039539c6d6947272b570cc68
parentce66a0b64969fdc91b7a7cbd5aa8b43b13678a29
Implement a way to call methods on objects

fixes #8071
lib/base/utility.cpp
lib/config/CMakeLists.txt
lib/config/config_parser.yy
lib/config/expression.cpp
lib/config/expression.hpp
lib/config/vmframe.cpp [new file with mode: 0644]
lib/config/vmframe.hpp
lib/config/vmops.hpp