Excluding particular members from the descriptor

Finer grained crontrol over whether members are included or not in the descriptor definition is given by means of the Exclude template class. For all intents, an Exclude<T> variable is drop-in replacable for a variable of type T. However, provided your descriptor base definition supports it, such variables are simply ignored by the descriptor. Classdesc provided descriptor base files ignore variables of this type.