#include <iostream>
#include <dlfcn.h>
#include <boost/program_options.hpp>
#include <sot/core/debug.hh>
#include "plugin.hh"
Go to the source code of this file.
Classes | |
class | PluginLoader |
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 87 of file test_abstract_interface.cpp.