class VirtualMethods { virtual void foo(); }; template class Set { int bar; }; class ServoElementSnapshotTable : public Set {};