DelphiSets |
Top Previous Next |
Pretranslated C++ code > Delphi RTL/VCL > C++ code for other compilers > DelphiSets DelphiSets contains the Delphi2Cpp II 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 DelphiXE2Cpp11 Documentation |
DelphiXE2Cpp11 home Content |