RSB  0.7.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Scope.cpp File Reference
#include "Scope.h"
#include <sstream>
#include <stdexcept>
#include <iterator>
#include <boost/format.hpp>
Include dependency graph for Scope.cpp:

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)