| DelphiSets | Top Previous Next | 
| Pretranslated C++ code > Delphi RTL/VCL > C++ code for other compilers > DelphiSets DelphiSets contains the Delphi2Cpp helper type definition from Daniel Flower to simulate Delphi Sets. 
 
 template <typename Type, Type Low, Type High> class TSet ... 
 
 /* DelphiSets.h ==================================================================================== 
 Dan's Substitute Sets ** (c) Copyright 2011, Daniel Flower A high-performance template class that emulates Delphi's sets. 
 Authorized for unlimited use in any Delphi2Cpp project. 
 | 
| This page belongs to the Delphi2Cpp Documentation | Delphi2Cpp home Content |