#include "config.h"
#include <iostream>
#include <fstream>
#include <algorithm>
#include <functional>
#include "AISResources.h"
#include "AISDatabaseParser.h"
Include dependency graph for AISResources.cc:
Go to the source code of this file.
Functions | |
ostream & | operator<< (ostream &os, const AISResources &ais_res) |
ostream & | operator<< (ostream &os, const Resource &r) |
ostream& operator<< | ( | ostream & | os, | |
const AISResources & | ais_res | |||
) |
Output the XML for a collection of AIS resources. This function is a friend of the AISResource class.
Definition at line 58 of file AISResources.cc.
References AISResources::d_db, and AISResources::d_re.
ostream& operator<< | ( | ostream & | os, | |
const Resource & | r | |||
) |
Output the XML fragment for a Resource. This function is a friend of the Resource class.
Definition at line 42 of file AISResources.cc.
References Resource::d_rule, Resource::d_url, Resource::fallback, and Resource::overwrite.