AceLinux 2.0
A library of wicked convenience functions for Linux.
Ace Member List

This is the complete list of members for Ace, including all inherited members.

_Aligned_Calloc(const size_t &size, const size_t &alignment=BYTE_ALIGNMENT)Acestatic
_Aligned_Malloc(const size_t &size, const size_t &alignment=BYTE_ALIGNMENT)Acestatic
AbsoluteValue(const double &num)Acestatic
AbsoluteValue(const float &num)Acestatic
AbsoluteValue(const int &num)Acestatic
AbsoluteValue(const long &num)Acestatic
AllocateAndCopyString(const char *strToCopy)Acestatic
AllocateAndCopyString(const wchar_t *wideStrToCopy)Acestatic
ArcCos(const double &numInRadians)Acestatic
ArcCos(const float &numInRadians)Acestatic
ArcCos(const int &numInRadians)Acestatic
ArcCos(const long &numInRadians)Acestatic
ArcCosH(const double &numInRadians)Acestatic
ArcCosH(const float &numInRadians)Acestatic
ArcCosH(const int &numInRadians)Acestatic
ArcCosH(const long &numInRadians)Acestatic
ArcSin(const double &numInRadians)Acestatic
ArcSin(const float &numInRadians)Acestatic
ArcSin(const int &numInRadians)Acestatic
ArcSin(const long &numInRadians)Acestatic
ArcSinH(const double &numInRadians)Acestatic
ArcSinH(const float &numInRadians)Acestatic
ArcSinH(const int &numInRadians)Acestatic
ArcSinH(const long &numInRadians)Acestatic
ArcTan(const double &numInRadians)Acestatic
ArcTan(const float &numInRadians)Acestatic
ArcTan(const int &numInRadians)Acestatic
ArcTan(const long &numInRadians)Acestatic
ArcTan2(const double &yInRadians, const double &xInRadians)Acestatic
ArcTan2(const float &yInRadians, const float &xInRadians)Acestatic
ArcTan2(const int &yInRadians, const int &xInRadians)Acestatic
ArcTan2(const long &yInRadians, const long &xInRadians)Acestatic
ArcTanH(const double &numInRadians)Acestatic
ArcTanH(const float &numInRadians)Acestatic
ArcTanH(const int &numInRadians)Acestatic
ArcTanH(const long &numInRadians)Acestatic
CalculateAspectRatio(const int &newWidth, const int &newHeight, const int &originalWidth, const int &originalHeight, int &outAdjustedWidth, int &outAdjustedHeight)Acestatic
CalculateFileSize(const char *theFilePath)Acestatic
CalculateFileSize(const wchar_t *theFilePath)Acestatic
CalculateNumLength(const int &num)Acestatic
CalculateNumLength(const long &num)Acestatic
Ceiling(const double &num)Acestatic
Ceiling(const float &num)Acestatic
Ceiling(const int &num)Acestatic
Ceiling(const long &num)Acestatic
ChangeWindowsConsoleFont(const wchar_t *fontName, const wchar_t *locale, const UINT &fontFamily, const UINT &fontWeight, const SHORT &fontWidth, const SHORT &fontHeight, const DWORD &fontIndex=0)Acestatic
CharAt(const char *str, const int &index)Acestatic
CharAt(const wchar_t *str, const int &index)Acestatic
Clamp(const int &numToClamp, const int &min, const int &max)Acestatic
Clamp(const long &numToClamp, const long &min, const long &max)Acestatic
Clamp(const double &numToClamp, const double &min, const double &max)Acestatic
Clamp(const float &numToClamp, const float &min, const float &max)Acestatic
ComplementaryErrorFunction(const double &num)Acestatic
ComplementaryErrorFunction(const float &num)Acestatic
ComplementaryErrorFunction(const int &num)Acestatic
ComplementaryErrorFunction(const long &num)Acestatic
Concatenate(int numStrings,...)Acestatic
Concatenate(char *destination, int numStrings,...)Acestatic
ConcatenateStrings(const int &numStrings, char **stringArray)Acestatic
ConcatenateStrings(const int &numStrings, wchar_t **stringArray)Acestatic
ConcatenateStrings(const vector< const char * > &stringVectorArray)Acestatic
ConcatenateStrings(const vector< const wchar_t * > &stringVectorArray)Acestatic
ConcatenateStrings(char *destination, const int &numStrings, const char **stringArray)Acestatic
ConcatenateStrings(wchar_t *destination, const int &numStrings, const wchar_t **stringArray)Acestatic
ConcatenateStrings(char *destination, const vector< const char * > &stringVectorArray)Acestatic
ConcatenateStrings(wchar_t *destination, const vector< const wchar_t * > &stringVectorArray)Acestatic
ConcatenateW(int numWideStrings,...)Acestatic
ConcatenateW(wchar_t *destination, int numWideStrings,...)Acestatic
Contains(const char *strToSearch, const char *strToLookFor)Acestatic
Contains(const wchar_t *strToSearch, const wchar_t *strToLookFor)Acestatic
ContainsIgnoreCase(const char *strToSearch, const char *strToLookFor)Acestatic
ContainsIgnoreCase(const wchar_t *strToSearch, const wchar_t *strToLookFor)Acestatic
ConvertDoubleToBool(const double &num)Acestatic
ConvertFloatToBool(const float &num)Acestatic
ConvertIntToBool(const int &num)Acestatic
ConvertIntToString(const int &integerToConvert)Acestatic
ConvertIntToWideString(const int &integerToConvert)Acestatic
ConvertLongToBool(const long &num)Acestatic
ConvertLongToString(const long &longToConvert)Acestatic
ConvertLongToWideString(const long &longToConvert)Acestatic
ConvertStringArrayToStringVectorArray(char **stringArray)Acestatic
ConvertStringArrayToStringVectorArray(wchar_t **stringArray)Acestatic
ConvertStringFullWidthToHalfWidth(const char *fullWidthStr)Acestatic
ConvertStringFullWidthToHalfWidth(const wchar_t *fullWidthStr)Acestatic
ConvertStringFullWidthToHalfWidth(const char *fullWidthStr, char *outHalfWidthStr)Acestatic
ConvertStringFullWidthToHalfWidth(const wchar_t *fullWidthStr, wchar_t *outHalfWidthStr)Acestatic
ConvertStringHalfWidthToFullWidth(const char *halfWidthStr)Acestatic
ConvertStringHalfWidthToFullWidth(const wchar_t *halfWidthStr)Acestatic
ConvertStringHalfWidthToFullWidth(const char *halfWidthStr, char *outFullWidthStr)Acestatic
ConvertStringHalfWidthToFullWidth(const wchar_t *halfWidthStr, wchar_t *outFullWidthStr)Acestatic
ConvertStringToBool(const char *str)Acestatic
ConvertStringToBool(const wchar_t *str)Acestatic
ConvertStringToDouble(const char *str)Acestatic
ConvertStringToDouble(const wchar_t *str)Acestatic
ConvertStringToFloat(const char *str)Acestatic
ConvertStringToFloat(const wchar_t *str)Acestatic
ConvertStringToFloatArray(const char *strToConvert, const char *delimiter, int &outNumItems)Acestatic
ConvertStringToFloatArray(const wchar_t *strToConvert, const wchar_t *delimiter, int &outNumItems)Acestatic
ConvertStringToHex(const char *str)Acestatic
ConvertStringToHex(const wchar_t *str)Acestatic
ConvertStringToInteger(const char *str)Acestatic
ConvertStringToInteger(const wchar_t *str)Acestatic
ConvertStringToLong(const char *str)Acestatic
ConvertStringToLong(const wchar_t *str)Acestatic
ConvertStringToOneLine(const char *strToConvert)Acestatic
ConvertStringToOneLine(const wchar_t *strToConvert)Acestatic
ConvertStringToOneLineInPlace(char *strToConvert)Acestatic
ConvertStringToOneLineInPlace(wchar_t *strToConvert)Acestatic
ConvertStringToWCharString(const char *strToConvert)Acestatic
ConvertStringVectorArrayToStringArray(const vector< const char * > &stringVectorArray, int &outStringArrayLength)Acestatic
ConvertStringVectorArrayToStringArray(const vector< const wchar_t * > &stringVectorArray, int &outStringArrayLength)Acestatic
ConvertStringVectorArrayToStringArray(char **destinationStrArray, const vector< const char * > &stringVectorArray, int &outStringArrayLength)Acestatic
ConvertStringVectorArrayToStringArray(wchar_t **destinationStrArray, const vector< const wchar_t * > &stringVectorArray, int &outStringArrayLength)Acestatic
ConvertToLowerCase(const char &character)Acestatic
ConvertToLowerCase(const wchar_t &character)Acestatic
ConvertToLowerCase(const char *str)Acestatic
ConvertToLowerCase(const wchar_t *str)Acestatic
ConvertToLowerCaseInPlace(char *str)Acestatic
ConvertToLowerCaseInPlace(wchar_t *str)Acestatic
ConvertToUpperCase(const char &character)Acestatic
ConvertToUpperCase(const wchar_t &character)Acestatic
ConvertToUpperCase(const char *str)Acestatic
ConvertToUpperCase(const wchar_t *str)Acestatic
ConvertToUpperCaseInPlace(char *str)Acestatic
ConvertToUpperCaseInPlace(wchar_t *str)Acestatic
Cos(const double &numInRadians)Acestatic
Cos(const float &numInRadians)Acestatic
Cos(const int &numInRadians)Acestatic
Cos(const long &numInRadians)Acestatic
CosH(const double &numInRadians)Acestatic
CosH(const float &numInRadians)Acestatic
CosH(const int &numInRadians)Acestatic
CosH(const long &numInRadians)Acestatic
CountNumOccurrences(const char *strToSearch, const char &charToLookFor)Acestatic
CountNumOccurrences(const wchar_t *strToSearch, const wchar_t &charToLookFor)Acestatic
CountNumOccurrences(const char *strToSearch, const char *strToLookFor)Acestatic
CountNumOccurrences(const wchar_t *strToSearch, const wchar_t *strToLookFor)Acestatic
CubeRoot(const double &num)Acestatic
CubeRoot(const float &num)Acestatic
CubeRoot(const int &num)Acestatic
CubeRoot(const long &num)Acestatic
DegreesToRadians(const double &degrees)Acestatic
DegreesToRadians(const float &degrees)Acestatic
DegreesToRadians(const int &degrees)Acestatic
DegreesToRadians(const long &degrees)Acestatic
DoesFileExist(const char *fullFilePathWithNameAndExt)Acestatic
DoesFileExist(const wchar_t *fullFilePathWithNameAndExt)Acestatic
Equals(const char *strToCompOne, const char *strToCompTwo)Acestatic
Equals(const wchar_t *strToCompOne, const wchar_t *strToCompTwo)Acestatic
EqualsIgnoreCase(const char *strToCompOne, const char *strToCompTwo)Acestatic
EqualsIgnoreCase(const wchar_t *strToCompOne, const wchar_t *strToCompTwo)Acestatic
ErrorFunction(const double &num)Acestatic
ErrorFunction(const float &num)Acestatic
ErrorFunction(const int &num)Acestatic
ErrorFunction(const long &num)Acestatic
EToTheXPower(const double &power)Acestatic
EToTheXPower(const float &power)Acestatic
EToTheXPower(const int &power)Acestatic
EToTheXPower(const long &power)Acestatic
EToTheXPowerMinusOne(const double &power)Acestatic
EToTheXPowerMinusOne(const float &power)Acestatic
EToTheXPowerMinusOne(const int &power)Acestatic
EToTheXPowerMinusOne(const long &power)Acestatic
FirstChar(const char *str)Acestatic
FirstChar(const wchar_t *str)Acestatic
Floor(const double &num)Acestatic
Floor(const float &num)Acestatic
Floor(const int &num)Acestatic
Floor(const long &num)Acestatic
GammaFunction(const double &num)Acestatic
GammaFunction(const float &num)Acestatic
GammaFunction(const int &num)Acestatic
GammaFunction(const long &num)Acestatic
GenerateRandomNum(const double &min, const double &max)Acestatic
GenerateRandomNum(const float &min, const float &max)Acestatic
GenerateRandomNum(const int &min, const int &max)Acestatic
GenerateRandomNum(const long &min, const long &max)Acestatic
GetHResultDescription(const HRESULT &result)Acestatic
GetHResultDescriptionW(const HRESULT &result)Acestatic
GetImageSize(const char *fileName, int *outWidth, int *outHeight)Acestatic
GetImageSizeW(const wchar_t *fileName, int *outWidth, int *outHeight)Acestatic
GetLastWindowsError(wchar_t *outLastWindowsErrorMessage)Acestatic
Hypotenuse(const double &x, const double &y)Acestatic
Hypotenuse(const float &x, const float &y)Acestatic
Hypotenuse(const int &x, const int &y)Acestatic
Hypotenuse(const long &x, const long &y)Acestatic
IndexOf(const char *strToSearch, const char &charToLookFor)Acestatic
IndexOf(const wchar_t *strToSearch, const wchar_t &charToLookFor)Acestatic
IndexOf(const char *strToSearch, const char *strToLookFor)Acestatic
IndexOf(const wchar_t *strToSearch, const wchar_t *strToLookFor)Acestatic
IndexOfFirstLetter(const char *strToSearch)Acestatic
IndexOfFirstLetter(const wchar_t *strToSearch)Acestatic
IndexOfIgnoreCase(const char *strToSearch, const char &charToLookFor)Acestatic
IndexOfIgnoreCase(const wchar_t *strToSearch, const wchar_t &charToLookFor)Acestatic
IndexOfIgnoreCase(const char *strToSearch, const char *strToLookFor)Acestatic
IndexOfIgnoreCase(const wchar_t *strToSearch, const wchar_t *strToLookFor)Acestatic
InsertString(const char *strToReceive, const char *strToInsert, const int &startIndex)Acestatic
InsertString(const wchar_t *strToReceive, const wchar_t *strToInsert, const int &startIndex)Acestatic
InsertString(char *destination, const char *strToReceive, const char *strToInsert, const int &startIndex)Acestatic
InsertString(wchar_t *destination, const wchar_t *strToReceive, const wchar_t *strToInsert, const int &startIndex)Acestatic
IsAlphabetic(const char &character)Acestatic
IsAlphabetic(const wchar_t &character)Acestatic
IsDigit(const char &character)Acestatic
IsDigit(const wchar_t &character)Acestatic
IsEmpty(const char *str)Acestatic
IsEmpty(const wchar_t *str)Acestatic
IsFile(const char *str)Acestatic
IsFile(const wchar_t *str)Acestatic
IsFolder(const char *str)Acestatic
IsFolder(const wchar_t *str)Acestatic
IsNumber(const char *str)Acestatic
IsNumber(const wchar_t *str)Acestatic
IsPathADevice(const char *path)Acestatic
IsPathADevice(const wchar_t *path)Acestatic
IsWhitespace(const char &character)Acestatic
IsWhitespace(const wchar_t &character)Acestatic
Largest(const double &numOne, const double &numTwo)Acestatic
Largest(const float &numOne, const float &numTwo)Acestatic
Largest(const int &numOne, const int &numTwo)Acestatic
Largest(const long &numOne, const long &numTwo)Acestatic
LastChar(const char *str)Acestatic
LastChar(const wchar_t *str)Acestatic
LastIndexOf(const char *strToSearch, const char *strToLookFor)Acestatic
LastIndexOf(const wchar_t *strToSearch, const wchar_t *strToLookFor)Acestatic
LogBaseTen(const double &num)Acestatic
LogBaseTen(const float &num)Acestatic
LogBaseTen(const int &num)Acestatic
LogBaseTen(const long &num)Acestatic
LogBaseTwo(const double &num)Acestatic
LogBaseTwo(const float &num)Acestatic
LogBaseTwo(const int &num)Acestatic
LogBaseTwo(const long &num)Acestatic
Mod(const double &numerator, const double &denominator)Acestatic
Mod(const float &numerator, const float &denominator)Acestatic
Mod(const int &numerator, const int &denominator)Acestatic
Mod(const long &numerator, const long &denominator)Acestatic
MultiplyThenAdd(const double &multOne, const double &multTwo, const double &add)Acestatic
MultiplyThenAdd(const float &multOne, const float &multTwo, const float &add)Acestatic
MultiplyThenAdd(const int &multOne, const int &multTwo, const int &add)Acestatic
MultiplyThenAdd(const long &multOne, const long &multTwo, const long &add)Acestatic
NaturalLog(const double &num)Acestatic
NaturalLog(const float &num)Acestatic
NaturalLog(const int &num)Acestatic
NaturalLog(const long &num)Acestatic
NaturalLogGammaFunction(const double &num)Acestatic
NaturalLogGammaFunction(const float &num)Acestatic
NaturalLogGammaFunction(const int &num)Acestatic
NaturalLogGammaFunction(const long &num)Acestatic
NextIndexOf(const char *strToSearch, const char &charToLookFor, const int &startIndex)Acestatic
NextIndexOf(const wchar_t *strToSearch, const wchar_t &charToLookFor, const int &startIndex)Acestatic
NextIndexOf(const char *strToSearch, const char *strToLookFor, const int &startIndex)Acestatic
NextIndexOf(const wchar_t *strToSearch, const wchar_t *strToLookFor, const int &startIndex)Acestatic
NumTimesTwoToTheXPower(const double &num, const double &power)Acestatic
NumTimesTwoToTheXPower(const float &num, const float &power)Acestatic
NumTimesTwoToTheXPower(const int &num, const int &power)Acestatic
NumTimesTwoToTheXPower(const long &num, const long &power)Acestatic
PositiveDifference(const double &numOne, const double &numTwo)Acestatic
PositiveDifference(const float &numOne, const float &numTwo)Acestatic
PositiveDifference(const int &numOne, const int &numTwo)Acestatic
PositiveDifference(const long &numOne, const long &numTwo)Acestatic
Power(const double &base, const double &exponent)Acestatic
Power(const float &base, const float &exponent)Acestatic
Power(const int &base, const int &exponent)Acestatic
Power(const long &base, const long &exponent)Acestatic
RadiansToDegrees(const double &radians)Acestatic
RadiansToDegrees(const float &radians)Acestatic
RadiansToDegrees(const int &radians)Acestatic
RadiansToDegrees(const long &radians)Acestatic
Range(const double &inValue, const double &minInRange, const double &maxInRange, const double &minOutRange, const double &maxOutRange)Acestatic
Range(const float &inValue, const float &minInRange, const float &maxInRange, const float &minOutRange, const float &maxOutRange)Acestatic
Range(const int &inValue, const int &minInRange, const int &maxInRange, const int &minOutRange, const int &maxOutRange)Acestatic
Range(const long &inValue, const long &minInRange, const long &maxInRange, const long &minOutRange, const long &maxOutRange)Acestatic
ReadBinaryFile(const char *filePath, const size_t &numBytesToRead=0, const size_t &maxBufferSize=MAX_STRING_BUFFER_SIZE, const char *mode="rb", const int &seekOffset=0, const int &seekOrigin=SEEK_SET, long *outEndCursorPos=NULL)Acestatic
ReadBinaryFile(void *destination, const char *filePath, const size_t &numBytesToRead=0, const size_t &maxBufferSize=MAX_STRING_BUFFER_SIZE, const char *mode="rb", const int &seekOffset=0, const int &seekOrigin=SEEK_SET, long *outEndCursorPos=NULL)Acestatic
ReadBinaryFileW(const wchar_t *filePath, const size_t &numBytesToRead=0, const size_t &maxBufferSize=MAX_STRING_BUFFER_SIZE, const wchar_t *mode=L"rb, ccs=UTF-8", const int &seekOffset=0, const int &seekOrigin=SEEK_SET, long *outEndCursorPos=NULL)Acestatic
ReadBinaryFileW(void *destination, const wchar_t *filePath, const size_t &numBytesToRead=0, const size_t &maxBufferSize=MAX_STRING_BUFFER_SIZE, const wchar_t *mode=L"rb, ccs=UTF-8", const int &seekOffset=0, const int &seekOrigin=SEEK_SET, long *outEndCursorPos=NULL)Acestatic
ReadTextFile(const char *filePath, const size_t &numBytesToRead=0, const size_t &maxBufferSize=MAX_STRING_BUFFER_SIZE, const char *mode="r", const int &seekOffset=0, const int &seekOrigin=SEEK_SET, long *outEndCursorPos=NULL)Acestatic
ReadTextFile(char *destination, const char *filePath, const size_t &numBytesToRead=0, const size_t &maxBufferSize=MAX_STRING_BUFFER_SIZE, const char *mode="r", const int &seekOffset=0, const int &seekOrigin=SEEK_SET, long *outEndCursorPos=NULL)Acestatic
ReadTextFileW(const wchar_t *filePath, const size_t &numBytesToRead=0, const size_t &maxBufferSize=MAX_STRING_BUFFER_SIZE, const wchar_t *mode=L"r, ccs=UTF-8", const int &seekOffset=0, const int &seekOrigin=SEEK_SET, long *outEndCursorPos=NULL)Acestatic
ReadTextFileW(wchar_t *destination, const wchar_t *filePath, const size_t &numBytesToRead=0, const size_t &maxBufferSize=MAX_STRING_BUFFER_SIZE, const wchar_t *mode=L"r, ccs=UTF-8", const int &seekOffset=0, const int &seekOrigin=SEEK_SET, long *outEndCursorPos=NULL)Acestatic
Remainder(const double &numerator, const double &denominator)Acestatic
Remainder(const float &numerator, const float &denominator)Acestatic
Remainder(const int &numerator, const int &denominator)Acestatic
Remainder(const long &numerator, const long &denominator)Acestatic
RemainderWithQuotient(const double &numerator, const double &denominator, int *outQuotient)Acestatic
RemainderWithQuotient(const float &numerator, const float &denominator, int *outQuotient)Acestatic
RemainderWithQuotient(const int &numerator, const int &denominator, int *outQuotient)Acestatic
RemainderWithQuotient(const long &numerator, const long &denominator, int *outQuotient)Acestatic
RemoveAllWhitespace(const char *str)Acestatic
RemoveAllWhitespace(const wchar_t *str)Acestatic
RemoveAllWhitespaceInPlace(char *str)Acestatic
RemoveAllWhitespaceInPlace(wchar_t *str)Acestatic
RemoveCharactersFromString(const char *strToRemoveFrom, const char &charToRemove)Acestatic
RemoveCharactersFromString(const wchar_t *strToRemoveFrom, const wchar_t &charToRemove)Acestatic
RemoveCharactersFromStringInPlace(char *strToRemoveFrom, const char &charToRemove)Acestatic
RemoveCharactersFromStringInPlace(wchar_t *strToRemoveFrom, const wchar_t &charToRemove)Acestatic
RemoveStringFromString(const char *strToRemoveFrom, const char *strToRemove, const bool &removeOnlyFirstOccurrence=false)Acestatic
RemoveStringFromString(const wchar_t *strToRemoveFrom, const wchar_t *strToRemove, const bool &removeOnlyFirstOccurrence=false)Acestatic
RemoveStringFromStringInPlace(char *strToRemoveFrom, const char *strToRemove, const bool &removeOnlyFirstOccurrence=false)Acestatic
RemoveStringFromStringInPlace(wchar_t *strToRemoveFrom, const wchar_t *strToRemove, const bool &removeOnlyFirstOccurrence=false)Acestatic
ReplaceString(const char *strToSearch, const char *strToLookFor, const char *strToReplaceWith, const bool &removeOnlyFirstOccurrence=false)Acestatic
ReplaceString(const wchar_t *strToSearch, const wchar_t *strToLookFor, const wchar_t *strToReplaceWith, const bool &removeOnlyFirstOccurrence=false)Acestatic
ReplaceString(char *destination, const int &destinationLength, const char *strToSearch, const char *strToLookFor, const char *strToReplaceWith, const bool &removeOnlyFirstOccurrence=false)Acestatic
ReplaceString(wchar_t *destination, const int &destinationLength, const wchar_t *strToSearch, const wchar_t *strToLookFor, const wchar_t *strToReplaceWith, const bool &removeOnlyFirstOccurrence=false)Acestatic
RetrieveDataBetweenTags(const char *fileData, const char *startTag, const char *endTag)Acestatic
RetrieveDataBetweenTags(const wchar_t *fileData, const wchar_t *startTag, const wchar_t *endTag)Acestatic
RetrieveDataBetweenTags(const char *fileData, const int &startTagIndex, const int &endTagIndex)Acestatic
RetrieveDataBetweenTags(const wchar_t *fileData, const int &startTagIndex, const int &endTagIndex)Acestatic
RetrieveDataBetweenTags(char *destination, const char *fileData, const char *startTag, const char *endTag)Acestatic
RetrieveDataBetweenTags(wchar_t *destination, const wchar_t *fileData, const wchar_t *startTag, const wchar_t *endTag)Acestatic
RetrieveDataBetweenTags(char *destination, const char *fileData, const int &startTagIndex, const int &endTagIndex)Acestatic
RetrieveDataBetweenTags(wchar_t *destination, const wchar_t *fileData, const int &startTagIndex, const int &endTagIndex)Acestatic
RetrieveDataChunksBetweenTags(const char *fileData, const char *startTag, const char *endTag, int &outFinalBufferSize)Acestatic
RetrieveDataChunksBetweenTags(const wchar_t *fileData, const wchar_t *startTag, const wchar_t *endTag, int &outFinalBufferSize)Acestatic
RetrieveDataChunksBetweenTags(char **destination, const char *fileData, const char *startTag, const char *endTag)Acestatic
RetrieveDataChunksBetweenTags(wchar_t **destination, const wchar_t *fileData, const wchar_t *startTag, const wchar_t *endTag)Acestatic
RetrieveFileNames(const char *fullFilePath)Acestatic
RetrieveFileNames(const wchar_t *fullFilePath)Acestatic
RetrieveFileNames(vector< WIN32_FIND_DATAA > &destination, const char *fullFilePath)Acestatic
RetrieveFileNames(vector< WIN32_FIND_DATAW > &destination, const wchar_t *fullFilePath)Acestatic
RetrieveFolderNames(const char *fullFilePath)Acestatic
RetrieveFolderNames(const wchar_t *fullFilePath)Acestatic
RetrieveFolderNames(vector< WIN32_FIND_DATAA > &destination, const char *fullFilePath)Acestatic
RetrieveFolderNames(vector< WIN32_FIND_DATAW > &destination, const wchar_t *fullFilePath)Acestatic
ReverseString(const char *strToReverse)Acestatic
ReverseString(const wchar_t *strToReverse)Acestatic
ReverseStringInPlace(char *strToReverse)Acestatic
ReverseStringInPlace(wchar_t *strToReverse)Acestatic
RoundToNearestInteger(const double &num)Acestatic
RoundToNearestInteger(const float &num)Acestatic
RoundToNearestInteger(const int &num)Acestatic
RoundToNearestInteger(const long &num)Acestatic
RoundUp(const double &num)Acestatic
RoundUp(const float &num)Acestatic
RoundUp(const int &num)Acestatic
RoundUp(const long &num)Acestatic
ShowMessageBox(const HWND &hWindow, const char *message, const char *title="Error")Acestatic
ShowMessageBox(const HWND &hWindow, const wchar_t *message, const wchar_t *title=L"Error")Acestatic
Sin(const double &numInRadians)Acestatic
Sin(const float &numInRadians)Acestatic
Sin(const int &numInRadians)Acestatic
Sin(const long &numInRadians)Acestatic
SinH(const double &numInRadians)Acestatic
SinH(const float &numInRadians)Acestatic
SinH(const int &numInRadians)Acestatic
SinH(const long &numInRadians)Acestatic
Smallest(const double &numOne, const double &numTwo)Acestatic
Smallest(const float &numOne, const float &numTwo)Acestatic
Smallest(const int &numOne, const int &numTwo)Acestatic
Smallest(const long &numOne, const long &numTwo)Acestatic
SquareRoot(const double &num)Acestatic
SquareRoot(const float &num)Acestatic
SquareRoot(const int &num)Acestatic
SquareRoot(const long &num)Acestatic
SubString(const char *str, const int &startIndex, const int &upToButNotIncludingIndex=INT_MAX)Acestatic
SubString(const wchar_t *str, const int &startIndex, const int &upToButNotIncludingIndex=INT_MAX)Acestatic
SubString(char *destination, const char *str, const int &startIndex, const int &upToButNotIncludingIndex=INT_MAX)Acestatic
SubString(wchar_t *destination, const wchar_t *str, const int &startIndex, const int &upToButNotIncludingIndex=INT_MAX)Acestatic
Tan(const double &numInRadians)Acestatic
Tan(const float &numInRadians)Acestatic
Tan(const int &numInRadians)Acestatic
Tan(const long &numInRadians)Acestatic
TanH(const double &numInRadians)Acestatic
TanH(const float &numInRadians)Acestatic
TanH(const int &numInRadians)Acestatic
TanH(const long &numInRadians)Acestatic
Tokenize(const char *strToTokenize, const char *delimiter, int &outNumTokensFound)Acestatic
Tokenize(const wchar_t *strToTokenize, const wchar_t *delimiter, int &outNumTokensFound)Acestatic
Tokenize(char **destination, const char *strToTokenize, const char *delimiter, int &outNumTokensFound)Acestatic
Tokenize(wchar_t **destination, const wchar_t *strToTokenize, const wchar_t *delimiter, int &outNumTokensFound)Acestatic
Truncate(const double &num)Acestatic
Truncate(const float &num)Acestatic
TwoToTheXPower(const double &power)Acestatic
TwoToTheXPower(const float &power)Acestatic
TwoToTheXPower(const int &power)Acestatic
TwoToTheXPower(const long &power)Acestatic
Validate(const HWND &hWnd, const HRESULT &result, const char *message, const char *title="ERROR")Acestatic
Validate(const HWND &hWnd, const HRESULT &result, const wchar_t *message, const wchar_t *title=L"ERROR")Acestatic
WriteBinaryFile(const char *filePath, const void *bufferToWrite, const size_t &bufferSize, const char *mode="wb", const int &seekOffset=0, const int &seekOrigin=SEEK_SET, long *outEndCursorPos=NULL)Acestatic
WriteBinaryFileW(const wchar_t *filePath, const void *bufferToWrite, const size_t &bufferSize, const wchar_t *mode=L"wb, ccs=UTF-8", const int &seekOffset=0, const int &seekOrigin=SEEK_SET, long *outEndCursorPos=NULL)Acestatic
WriteTextFile(const char *filePath, const void *bufferToWrite, const size_t &bufferSize, const char *mode="w", const int &seekOffset=0, const int &seekOrigin=SEEK_SET, long *outEndCursorPos=NULL)Acestatic
WriteTextFileW(const wchar_t *filePath, const void *bufferToWrite, const size_t &bufferSize, const wchar_t *mode=L"w, ccs=UTF-8", const int &seekOffset=0, const int &seekOrigin=SEEK_SET, long *outEndCursorPos=NULL)Acestatic
ZeroOutMemory(void *bufferToZero, const size_t &sizeOfBufferInBytes)Acestatic