Ejemplo n.º 1
0
string location::describe()
{
 return object_().string_();
}
Ejemplo n.º 2
0
string token::describe()
{
 return object_().string_();
}
Ejemplo n.º 3
0
 string describe()
 {
  return object_().string_();
 }
Ejemplo n.º 4
0
 string literal()
 {
  return object_().literal();
 }
Ejemplo n.º 5
0
 string string_()
 {
  return object_().explain().string_();
 }
Ejemplo n.º 6
0
Archivo: loader.hpp Proyecto: ajg/synth
 virtual library_type load_library(string_type const& name) {
     return library_type(new library<options_type>(object_(name)));
 }