Verhoeff16

streszczenie

Typy publiczne

@363 wyliczenie

Publiczne funkcje statyczne

CharToVal (char ch)
int
ComputeCheckChar (const char *str)
char
ComputeCheckChar (const char *str, size_t strLen)
char
ValToChar (int val)
char
ValidateCheckChar (char checkChar, const char *str)
bool
ValidateCheckChar (char checkChar, const char *str, size_t strLen)
bool
ValidateCheckChar (const char *str)
bool
ValidateCheckChar (const char *str, size_t strLen)
bool

Typy publiczne

@363

 @363

Publiczne funkcje statyczne

CharToVal

int CharToVal(
  char ch
)

ComputeCheckChar

char ComputeCheckChar(
  const char *str
)

ComputeCheckChar

char ComputeCheckChar(
  const char *str,
  size_t strLen
)

ValToChar

char ValToChar(
  int val
)

Sprawdź poprawność znaku

bool ValidateCheckChar(
  char checkChar,
  const char *str
)

Sprawdź poprawność znaku

bool ValidateCheckChar(
  char checkChar,
  const char *str,
  size_t strLen
)

Sprawdź poprawność znaków

bool ValidateCheckChar(
  const char *str
)

Sprawdź poprawność znaków

bool ValidateCheckChar(
  const char *str,
  size_t strLen
)