#include <vector>
#include <string>
#include <boost/shared_ptr.hpp>
#include <ros/ros.h>
#include <yaml-cpp/yaml.h>
#include "database_interface/db_class.h"
#include "database_interface/db_filters.h"
Go to the source code of this file.
Classes | |
class | database_interface::PostgresqlDatabase |
class | database_interface::PostgresqlDatabaseConfig |
Namespaces | |
namespace | database_interface |
Typedefs | |
typedef struct pg_conn | PGconn |
Functions | |
void | database_interface::operator>> (const YAML::Node &node, PostgresqlDatabaseConfig &options) |
Loads YAML doc into configuration params. Throws YAML::ParserException if keys missing. |
typedef struct pg_conn PGconn |
Definition at line 53 of file postgresql_database.h.