RSB  0.9.6
 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

 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 splits it at '/' characters. More...
 
ostream & rsb::operator<< (ostream &stream, const Scope &scope)