Go to the source code of this file.
Classes | |
class | FdoReadOnlyNamedCollection< OBJ, BASECOLLECTION > |
FdoReadOnlyNamedCollection is an abstract template class that can be wrapped around a base collection of type specified by the BASECOLLECTION template argument. It allows access to the members of the base collection but disallows the adding or removing of members to or from the base collection. More... |