Definition in file btool.cc.
#include <barry/barry.h>
#include <iomanip>
#include <iostream>
#include <fstream>
#include <sstream>
#include <vector>
#include <string>
#include <algorithm>
#include <getopt.h>
Go to the source code of this file.
Classes | |
class | Contact2Ldif |
struct | Store< Record > |
class | DataDumpParser |
struct | StateTableCommand |
Functions | |
void | Usage () |
auto_ptr< Parser > | GetParser (const string &name, const string &filename, bool null_parser) |
auto_ptr< Builder > | GetBuilder (const string &name, const string &filename) |
void | ShowParsers () |
bool | SplitMap (const string &map, string &ldif, string &read, string &write) |
void | DoMapping (ContactLdif &ldif, const vector< string > &mapCommands) |
bool | ParseEpOverride (const char *arg, Usb::EndpointPair *epp) |
int | main (int argc, char *argv[]) |