d2c_systypes

Top  Previous  Next

Pretranslated C++ code > Delphi RTL/VCL > C++ code for other compilers > d2c_systypes

d2c_systypes contains Delphi2Cpp helper types and routines.

 

 

typedef std::wstring::size_type d2c_size_t;

const d2c_size_t d2c_npos = std::wstring::npos;

 

// some types which originally were defined in System.Types.pas as EXTERNALSYM

...

 

 

template <int v> struct Int2Type ..

typedef Int2Type<0> uniquetype;

 

template <class T> void SetLength(std::vector<std::vector<T>>& MultiDimArr, int Dim1, int Dim2) ...

template <class T> void Delete(std::vector<T>& arr, int Index, int Size) ...

template <d2c_size_t Count, typename Array> void ArrAssign(Array& Dest, const Array& Src) ...

template <int Count1, int Count2, typename Array> void ArrAssign(Array& Dest, const Array& Src) ...

template <typename T> void CopyArray(std::vector<T>& Dest, const std::vector<T>& Source, uint64_t Count) ...



This page belongs to the Delphi2Cpp Documentation

Delphi2Cpp home  Content