30 #ifndef __TERRALIB_VM_CORE_VIRTUALMACHINEMANAGER_H__    31 #define __TERRALIB_VM_CORE_VIRTUALMACHINEMANAGER_H__    39 #include <boost/function.hpp>    80           void insert(
const std::string& 
id, std::unique_ptr<VirtualMachine> vm);
    92           void erase(
const std::string& 
id);
   119 #endif  // __TERRALIB_VM_CORE_VIRTUALMACHINEMANAGER_H__ 
A singleton for managing TerraLib Virtual Machines. 
 
mydialect insert("+", new te::da::BinaryOpEncoder("+"))
 
Configuration flags for TerraLib VM Library.