Elektra  0.8.15
Namespaces | Functions
backendparser.cpp File Reference

Tests for the Backend parser class. More...

#include <backendparser.hpp>
#include <string>
#include <keyset.hpp>
#include <toolexcept.hpp>
Include dependency graph for backendparser.cpp:

Namespaces

 kdb
 This is the main namespace for the C++ binding and libraries.
 
 kdb::tools
 This namespace is for the libtool library.
 

Functions

kdb::KeySet kdb::tools::parsePluginArguments (std::string const &pluginArguments, std::string const &basepath)
 Parse a string containing information to create a KeySet. More...
 
PluginSpecVector kdb::tools::parseArguments (std::string const &cmdline)
 Parse a complete commandline. More...
 
void kdb::tools::detail::processArgument (PluginSpecVector &arguments, size_t &counter, std::string argument)
 Process a single argument and add it to PluginSpecVector.
 
void kdb::tools::detail::fixArguments (PluginSpecVector &arguments)
 Fix refnames after parsing.
 

Detailed Description

Tests for the Backend parser class.