#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) |
|
||||||||||||
|
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, AISResources::d_re, and ResourceVectorCIter. |
|
||||||||||||
|
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, and Resource::d_url. |
1.3.9.1