Vcsn  2.8
Be Rational
symbol.hh File Reference
#include <boost/flyweight.hpp>
#include <boost/flyweight/intermodule_holder.hpp>
#include <boost/flyweight/no_tracking.hpp>
Include dependency graph for symbol.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  std::hash< vcsn::symbol >
 

Namespaces

 vcsn
 
 boost
 
 boost::flyweights
 

Typedefs

using vcsn::symbol = boost::flyweight< std::string, boost::flyweights::no_tracking, boost::flyweights::intermodule_holder >
 An internalized string. More...
 

Functions

std::string boost::flyweights::operator+ (vcsn::symbol l, const char *r)
 
std::string boost::flyweights::operator+ (const char *l, vcsn::symbol r)
 
std::string boost::flyweights::operator+ (vcsn::symbol l, const std::string &r)
 
std::string boost::flyweights::operator+ (const std::string &l, vcsn::symbol r)