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