| fastdo
    0.6.16
    | 
#include <utilities.hpp>
| 静态 Public 属性 | |
| static constexpr char const * | AStr = "A" | 
| static constexpr char const | AChar = AStr[0] | 
| static constexpr char const * | BStr = "B" | 
| static constexpr char const | BChar = BStr[0] | 
| static constexpr char const * | CStr = "C" | 
| static constexpr char const | CChar = CStr[0] | 
| static constexpr char const * | DStr = "D" | 
| static constexpr char const | DChar = DStr[0] | 
| static constexpr char const * | EStr = "E" | 
| static constexpr char const | EChar = EStr[0] | 
| static constexpr char const * | FStr = "F" | 
| static constexpr char const | FChar = FStr[0] | 
| static constexpr char const * | NStr = "N" | 
| static constexpr char const | NChar = NStr[0] | 
| static constexpr char const * | RStr = "R" | 
| static constexpr char const | RChar = RStr[0] | 
| static constexpr char const * | TStr = "T" | 
| static constexpr char const | TChar = TStr[0] | 
| static constexpr char const * | VStr = "V" | 
| static constexpr char const | VChar = VStr[0] | 
| static constexpr char const * | XStr = "X" | 
| static constexpr char const | XChar = XStr[0] | 
| static constexpr char const * | ZStr = "Z" | 
| static constexpr char const | ZChar = ZStr[0] | 
| static constexpr char const * | aStr = "a" | 
| static constexpr char const | aChar = aStr[0] | 
| static constexpr char const * | bStr = "b" | 
| static constexpr char const | bChar = bStr[0] | 
| static constexpr char const * | cStr = "c" | 
| static constexpr char const | cChar = cStr[0] | 
| static constexpr char const * | dStr = "d" | 
| static constexpr char const | dChar = dStr[0] | 
| static constexpr char const * | eStr = "e" | 
| static constexpr char const | eChar = eStr[0] | 
| static constexpr char const * | fStr = "f" | 
| static constexpr char const | fChar = fStr[0] | 
| static constexpr char const * | nStr = "n" | 
| static constexpr char const | nChar = nStr[0] | 
| static constexpr char const * | rStr = "r" | 
| static constexpr char const | rChar = rStr[0] | 
| static constexpr char const * | tStr = "t" | 
| static constexpr char const | tChar = tStr[0] | 
| static constexpr char const * | vStr = "v" | 
| static constexpr char const | vChar = vStr[0] | 
| static constexpr char const * | xStr = "x" | 
| static constexpr char const | xChar = xStr[0] | 
| static constexpr char const * | zStr = "z" | 
| static constexpr char const | zChar = zStr[0] | 
| static constexpr char const * | zeroStr = "0" | 
| static constexpr char const | zeroChar = zeroStr[0] | 
| static constexpr char const * | oneStr = "1" | 
| static constexpr char const | oneChar = oneStr[0] | 
| static constexpr char const * | twoStr = "2" | 
| static constexpr char const | twoChar = twoStr[0] | 
| static constexpr char const * | threeStr = "3" | 
| static constexpr char const | threeChar = threeStr[0] | 
| static constexpr char const * | fourStr = "4" | 
| static constexpr char const | fourChar = fourStr[0] | 
| static constexpr char const * | fiveStr = "5" | 
| static constexpr char const | fiveChar = fiveStr[0] | 
| static constexpr char const * | sixStr = "6" | 
| static constexpr char const | sixChar = sixStr[0] | 
| static constexpr char const * | sevenStr = "7" | 
| static constexpr char const | sevenChar = sevenStr[0] | 
| static constexpr char const * | eightStr = "8" | 
| static constexpr char const | eightChar = eightStr[0] | 
| static constexpr char const * | nineStr = "9" | 
| static constexpr char const | nineChar = nineStr[0] | 
| static constexpr char const * | nulStr = "" | 
| static constexpr char const | nulChar = nulStr[0] | 
| static constexpr char const * | emptyStr = "" | 
| static constexpr char const | emptyChar = emptyStr[0] | 
| static constexpr char const * | belStr = "\a" | 
| static constexpr char const | belChar = belStr[0] | 
| static constexpr char const * | bsStr = "\b" | 
| static constexpr char const | bsChar = bsStr[0] | 
| static constexpr char const * | htStr = "\t" | 
| static constexpr char const | htChar = htStr[0] | 
| static constexpr char const * | lfStr = "\n" | 
| static constexpr char const | lfChar = lfStr[0] | 
| static constexpr char const * | vtStr = "\v" | 
| static constexpr char const | vtChar = vtStr[0] | 
| static constexpr char const * | ffStr = "\f" | 
| static constexpr char const | ffChar = ffStr[0] | 
| static constexpr char const * | crStr = "\r" | 
| static constexpr char const | crChar = crStr[0] | 
| static constexpr char const * | spaceStr = " " | 
| static constexpr char const | spaceChar = spaceStr[0] | 
| static constexpr char const * | underStr = "_" | 
| static constexpr char const | underChar = underStr[0] | 
| static constexpr char const * | dollarStr = "$" | 
| static constexpr char const | dollarChar = dollarStr[0] | 
| static constexpr char const * | slashStr = "\\" | 
| static constexpr char const | slashChar = slashStr[0] | 
| static constexpr char const * | divideStr = "/" | 
| static constexpr char const | divideChar = divideStr[0] | 
| static constexpr char const * | positiveStr = "+" | 
| static constexpr char const | positiveChar = positiveStr[0] | 
| static constexpr char const * | negativeStr = "-" | 
| static constexpr char const | negativeChar = negativeStr[0] | 
| static constexpr char const * | quoteStr = "\"" | 
| static constexpr char const | quoteChar = quoteStr[0] | 
| static constexpr char const * | aposStr = "\'" | 
| static constexpr char const | aposChar = aposStr[0] | 
| static constexpr char const * | sharpStr = "#" | 
| static constexpr char const | sharpChar = sharpStr[0] | 
| static constexpr char const * | caretStr = "^" | 
| static constexpr char const | caretChar = caretStr[0] | 
| static constexpr char const * | periodStr = "." | 
| static constexpr char const | periodChar = periodStr[0] | 
| static constexpr char const * | commaStr = "," | 
| static constexpr char const | commaChar = commaStr[0] | 
| static constexpr char const * | colonStr = ":" | 
| static constexpr char const | colonChar = colonStr[0] | 
| static constexpr char const * | semicolonStr = ";" | 
| static constexpr char const | semicolonChar = semicolonStr[0] | 
| static constexpr char const * | pipeStr = "|" | 
| static constexpr char const | pipeChar = pipeStr[0] | 
| static constexpr char const * | ampStr = "&" | 
| static constexpr char const | ampChar = ampStr[0] | 
| static constexpr char const * | ltStr = "<" | 
| static constexpr char const | ltChar = ltStr[0] | 
| static constexpr char const * | gtStr = ">" | 
| static constexpr char const | gtChar = gtStr[0] | 
| static constexpr char const * | eqStr = "=" | 
| static constexpr char const | eqChar = eqStr[0] | 
| static constexpr char const * | LBRKStr = "(" | 
| static constexpr char const | LBRKChar = LBRKStr[0] | 
| static constexpr char const * | RBRKStr = ")" | 
| static constexpr char const | RBRKChar = RBRKStr[0] | 
| static constexpr char const * | LSquareBRKStr = "[" | 
| static constexpr char const | LSquareBRKChar = LSquareBRKStr[0] | 
| static constexpr char const * | RSquareBRKStr = "]" | 
| static constexpr char const | RSquareBRKChar = RSquareBRKStr[0] | 
| static constexpr char const * | LCurlyBRKStr = "{" | 
| static constexpr char const | LCurlyBRKChar = LCurlyBRKStr[0] | 
| static constexpr char const * | RCurlyBRKStr = "}" | 
| static constexpr char const | RCurlyBRKChar = RCurlyBRKStr[0] | 
| static constexpr char const * | dbldivideStr = "//" | 
| static constexpr char const * | crlfStr = "\r\n" | 
| static constexpr char const * | slash_aStr = "\\a" | 
| static constexpr char const * | slash_bStr = "\\b" | 
| static constexpr char const * | slash_tStr = "\\t" | 
| static constexpr char const * | slash_nStr = "\\n" | 
| static constexpr char const * | slash_vStr = "\\v" | 
| static constexpr char const * | slash_fStr = "\\f" | 
| static constexpr char const * | slash_rStr = "\\r" | 
| static constexpr char const * | slash_xStr = "\\x" | 
| static constexpr char const * | cslashesStr = "\n\r\t\v\a\\\'\"" | 
| static constexpr char const * | hexadecUpperStr = "0123456789ABCDEF" | 
| static constexpr char const * | hexadecLowerStr = "0123456789abcdef" | 
| static constexpr char const * | alphabetUpperStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" | 
| static constexpr char const * | alphabetLowerStr = "abcdefghijklmnopqrstuvwxyz" | 
| static constexpr char const * | boolFalseStr = "false" | 
| static constexpr char const * | boolTrueStr = "true" | 
| static constexpr char const * | boolNoStr = "no" | 
| static constexpr char const * | boolYesStr = "yes" | 
| static constexpr char const * | boolOffStr = "off" | 
| static constexpr char const * | boolOnStr = "on" | 
| static constexpr char const * | nullValueStr = "null" | 
在文件 utilities.hpp 第 69 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.
| 
 | static | 
在文件 utilities.hpp 第 71 行定义.