33 template <
class T>
inline
34 const T *
find(
const T table[],
const std::string &
name) {
35 for(
const T *x = table; x->name != 0; x++) {
36 if(x->name ==
name)
return x;
Representation objects and parsers for attribute expressions.
const T * find(const T table[], const std::string &name)
Look up name.