|
Electroneum
|
#include <boost/optional/optional.hpp>#include <string.h>#include "gtest/gtest.h"#include "misc_log_ex.h"#include "wipeable_string.h"#include "hex.h"
Go to the source code of this file.
Functions | |
| TEST (wipeable_string, ctor) | |
| TEST (wipeable_string, wipe) | |
| TEST (wipeable_string, clear) | |
| TEST (wipeable_string, push_back) | |
| TEST (wipeable_string, append_char) | |
| TEST (wipeable_string, append_string) | |
| TEST (wipeable_string, empty) | |
| TEST (wipeable_string, pop_back) | |
| TEST (wipeable_string, equal) | |
| TEST (wipeable_string, not_equal) | |
| TEST (wipeable_string, trim) | |
| TEST (wipeable_string, split) | |
| TEST (wipeable_string, parse_hexstr) | |
| TEST (wipeable_string, to_hex) | |
| TEST | ( | wipeable_string | , |
| ctor | |||
| ) |
Definition at line 37 of file wipeable_string.cpp.

| TEST | ( | wipeable_string | , |
| wipe | |||
| ) |
Definition at line 55 of file wipeable_string.cpp.

| TEST | ( | wipeable_string | , |
| clear | |||
| ) |
Definition at line 64 of file wipeable_string.cpp.

| TEST | ( | wipeable_string | , |
| push_back | |||
| ) |
Definition at line 72 of file wipeable_string.cpp.

| TEST | ( | wipeable_string | , |
| append_char | |||
| ) |
Definition at line 81 of file wipeable_string.cpp.

| TEST | ( | wipeable_string | , |
| append_string | |||
| ) |
Definition at line 90 of file wipeable_string.cpp.

| TEST | ( | wipeable_string | , |
| empty | |||
| ) |
Definition at line 99 of file wipeable_string.cpp.

| TEST | ( | wipeable_string | , |
| pop_back | |||
| ) |
Definition at line 109 of file wipeable_string.cpp.

| TEST | ( | wipeable_string | , |
| equal | |||
| ) |
Definition at line 118 of file wipeable_string.cpp.
| TEST | ( | wipeable_string | , |
| not_equal | |||
| ) |
Definition at line 130 of file wipeable_string.cpp.
| TEST | ( | wipeable_string | , |
| trim | |||
| ) |
Definition at line 149 of file wipeable_string.cpp.
| TEST | ( | wipeable_string | , |
| split | |||
| ) |
Definition at line 174 of file wipeable_string.cpp.
| TEST | ( | wipeable_string | , |
| parse_hexstr | |||
| ) |
Definition at line 187 of file wipeable_string.cpp.
| TEST | ( | wipeable_string | , |
| to_hex | |||
| ) |
Definition at line 207 of file wipeable_string.cpp.
