class libfwbuilder::HostsFile

This class is parser for file in hosts(5) format (eg.

Public Methods

[more]void parse(const string &filename) throw(FWException)
[more]void parse(istream &from) throw(FWException)
[more]map<IPAddress, vector<string> > getAll()


Documentation

This class is parser for file in hosts(5) format (eg. /etc/hosts)
ovoid parse(const string &filename) throw(FWException)

ovoid parse(istream &from) throw(FWException)

omap<IPAddress, vector<string> > getAll()


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.