Foxit PDF Conversion SDK
extracted_comment.h
1 
2 
1030 /*
1031  Basic memory operations
1032 */
1033 
1034 /*
1035  Following base memory functions use default Foxit manager for current module
1036 */
1037 
1038 /*
1039  Macro definitions for File accessing modes
1040 */
1041 
1042 /*
1043  Byte string concatenation operation
1044 */
1045 
1046 /*
1047 Both side of the concatenation operator (+) can be:
1048 <ul>
1049 <li>
1050 A buffered byte string (const CFX_ByteString&);
1051 </li>
1052 <li>
1053 A non-buffered byte string (const CFX_ByteStringC&, a.k.a FX_BSTR);
1054 </li>
1055 <li>
1056 A zero-terminated C-style string (FX_LPCSTR);
1057 </li>
1058 <li>
1059 A single character or byte (FX_CHAR);
1060 </li>
1061 </ul>
1062 
1063 */
1064 
1065 /*
1066  Wide string concatenation operation
1067 */
1068 
1069 /*
1070 Both side of the concatenation operator (+) can be:
1071 <ul>
1072 <li>
1073 A buffered wide string (const CFX_WideString&);
1074 </li>
1075 <li>
1076 A non-buffered wide string (const CFX_WideStringC&);
1077 </li>
1078 <li>
1079 A zero-terminated C-style wide string (FX_LPCWSTR);
1080 </li>
1081 <li>
1082 A single character (FX_WCHAR);
1083 </li>
1084 </ul>
1085 But you must have at least one CFX_WideString or CFX_WideStringC on one side.
1086 
1087 */
1088 
1089 /*
1090  Wide string compare operation
1091 */
1092 
1093 /*
1094  Basic Unicode character attribute routines
1095 */
1096 
1097 /*
1098  text direction defines
1099 */
1100 
1101 /*
1102  Encode wide string into UTF-8 byte string
1103 */
1104 
1105 /*
1106  OS Defines
1107 */
1108 
1109 /*
1110  Compiler Defines
1111 */
1112 
1113 /*
1114  CPU Defines
1115 */
1116 
1117 /*
1118  Word Size Defines
1119 */
1120 
1121 /*
1122  Byte Order Defines
1123 */
1124 
1125 /*
1126  Target Defines
1127 */
1128 
1129 /*
1130  BASIC DATA TYPES
1131 */
1132 
1133 /*
1134  Byte string operations
1135 */
1136 
1137 /*
1138  File operations
1139 */
1140 
1141 /*
1142  Wide string operations
1143 */
1144 
1145 /*
1146  Memory block operations
1147 */
1148 
1149 /*
1150  Memory utilities
1151 */
1152 
1153 /*
1154  Math functions
1155 */