Go to the source code of this file.
Namespaces | |
namespace | opennwa |
This file defines forward declarations for various useful NWA-related types. | |
Typedefs | |
typedef std::map< std::string, NwaRefPtr > | opennwa::ProcedureMap |
A collection of named NWAs. | |
Functions | |
NwaRefPtr | opennwa::read_nwa (std::istream &is, std::string *name=NULL) |
Reads a single NWA from 'is'. | |
ProcedureMap | opennwa::read_nwa_proc_set (std::istream &is) |
Reads a stream full of NWA descriptions, returning the set of named NWAs. | |
void | opennwa::parser_test_all () |
Run NWA Parser unit tests. |