|
libintrovirt v0.57.4
IntroVirt introspection library
|
#include <introvirt/introvirt.hh>#include <boost/algorithm/string.hpp>#include <boost/program_options.hpp>#include <iomanip>#include <iostream>#include <set>#include <string>#include <vector>
Functions | |
| void | parse_program_options (int argc, char **argv, po::options_description &desc, po::variables_map &vm) |
| void | print_guest_information (const WindowsGuest &guest, po::variables_map &vm) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| void parse_program_options | ( | int | argc, |
| char ** | argv, | ||
| po::options_description & | desc, | ||
| po::variables_map & | vm | ||
| ) |
Parse command line options here
| void print_guest_information | ( | const WindowsGuest & | guest, |
| po::variables_map & | vm | ||
| ) |