#include <string>
#include <iostream>
#include <vector>
#include <stdexcept>
Go to the source code of this file.
|
| pkg |
| The namespace used to hold the package management library.
|
|
|
void | pkg::parse_component_list (std::string::const_iterator first, std::string::const_iterator last, std::vector< component > *out) |
| Parse component list. More...
|
|
std::ostream & | pkg::operator<< (std::ostream &out, const component &comp) |
| Write component record to output stream. More...
|
|
std::istream & | pkg::operator>> (std::istream &in, component &comp) |
| Read component record from input stream. More...
|
|