General utilities for plugins. More...
#include "Utils.h"#include "../filesystem/FileSystem.h"#include "../encoding/CharEncoding.h"#include "../translator/Translator.h"#include "CppPluginEngine.h"#include "Exception.h"#include "Finders.h"#include "PluginEngineManager.h"#include "PluginManager.h"#include <boost/algorithm/string/join.hpp>#include <boost/format.hpp>#include <boost/graph/adjacency_list.hpp>#include <boost/graph/topological_sort.hpp>Go to the source code of this file.
Functions | |
| static bool | g_plugin_module_initialized (false) |
General utilities for plugins.
Definition in file src/terralib/core/plugin/Utils.cpp.
|
static |
Referenced by te::core::plugin::FinalizePluginSystem(), and te::core::plugin::InitializePluginSystem().