RSB
0.7.0
|
#include "Scope.h"
#include <sstream>
#include <stdexcept>
#include <iterator>
#include <boost/format.hpp>
Go to the source code of this file.
Namespaces | |
namespace | rsb |
Functions | |
void | rsb::verifyAndSplit (const string &s, vector< string > &components, string &normalizedString) |
Validate that s satisfies the regular expression /([a-zA-Z0-9]+/)* and split at '/' characters. | |
ostream & | rsb::operator<< (ostream &stream, const Scope &scope) |