PLearn 0.1
|
#include <plearn/python/PythonCodeSnippet.h>
#include <map>
#include <sstream>
#include <boost/smart_ptr.hpp>
#include "Plide.h"
#include "plearn_main.h"
#include "PLearnCommandRegistry.h"
#include <plearn/base/TypeFactory.h>
#include <plearn/base/ProgressBar.h>
#include <plearn/io/fileutils.h>
#include <plearn/io/openString.h>
#include <plearn/io/StringPStreamBuf.h>
#include <plearn/io/pl_log.h>
#include <plearn/io/PyPLearnScript.h>
Go to the source code of this file.
Classes | |
class | PLearn::PlideProgressPlugin |
class | PLearn::PlideLogPStreamBuf |
This class sends stuff to the PlideLog when it's flushed. More... | |
class | PLearn::PlideLogPlugin |
This plugin connects the logging mechanism to PlideLogPStreamBuf. More... | |
Namespaces | |
namespace | PLearn |
< for swap | |
Defines | |
#define | PL_LOG_MODULE_NAME "Plide" |
Variables | |
const char * | PLearn::plide_code = "from plearn.plide.plide import *\n" |
Definition in file Plide.cc.