![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Functions | |
| template<typename TY > | |
| TY & | accessAs (metadata::Entry &entry) |
| template<typename X > | |
| metadata::Buff * | mark_as_Buffer (X &something) |
Variables | |
| const size_t | TEST_MAX_SIZE = 1024 * 1024 |
| HashVal | JUST_SOMETHING = 123 |
| auto | SOME_POINTER = mark_as_Buffer(JUST_SOMETHING) |
| TY & accessAs | ( | metadata::Entry & | entry | ) |
Definition at line 48 of file buffer-metadata-test.cpp.
References accessAs().
Referenced by accessAs().
Here is the call graph for this function:
Here is the caller graph for this function:| metadata::Buff * mark_as_Buffer | ( | X & | something | ) |
Definition at line 57 of file buffer-metadata-test.cpp.
References mark_as_Buffer().
Referenced by mark_as_Buffer().
Here is the call graph for this function:
Here is the caller graph for this function:| const size_t TEST_MAX_SIZE = 1024 * 1024 |
Definition at line 63 of file buffer-metadata-test.cpp.
| HashVal JUST_SOMETHING = 123 |
Definition at line 65 of file buffer-metadata-test.cpp.
| auto SOME_POINTER = mark_as_Buffer(JUST_SOMETHING) |
Definition at line 66 of file buffer-metadata-test.cpp.