Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
Unit Test for ParseText() More...
#include <iostream>
#include <cstring>
#include <cmath>
Go to the source code of this file.
Classes | |
class | CIccXmlArrayType< T, Tsig > |
Typedefs | |
typedef unsigned int | icUInt32Number |
Enumerations | |
enum | icTagTypeSignature { icSigUInt16ArrayType = 1969828150 } |
Functions | |
bool | icIsNumChar (char c) |
int | main () |
float | nanf (const char *tagp) |
Unit Test for ParseText()
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Compile: clang++ -std=c++17 -fsanitize=address -isysroot $(xcrun –show-sdk-path) -I$(xcrun –show-sdk-path)/usr/include/c++/v1 TestParseText.cpp -o TestParseText
Definition in file TestParseText.cpp.
typedef unsigned int icUInt32Number |
Definition at line 32 of file TestParseText.cpp.
enum icTagTypeSignature |
Enumerator | |
---|---|
icSigUInt16ArrayType |
Definition at line 33 of file TestParseText.cpp.
bool icIsNumChar | ( | char | c | ) |
Definition at line 35 of file TestParseText.cpp.
Referenced by CIccXmlArrayType< T, Tsig >::ParseText().
int main | ( | ) |
Definition at line 89 of file TestParseText.cpp.
References CIccXmlArrayType< T, Tsig >::ParseText().
float nanf | ( | const char * | tagp | ) |
Definition at line 39 of file TestParseText.cpp.