|
Talvos
0.1
SPIR-V interpreter and dynamic analysis framework
|
This file defines the Object class. More...
#include <cassert>#include <cstring>#include <iostream>#include <vector>#include "talvos/Image.h"#include "talvos/Memory.h"#include "talvos/Object.h"#include "talvos/Type.h"Go to the source code of this file.
Namespaces | |
| talvos | |
Functions | |
| void | talvos::print (std::ostream &Stream, uint8_t *Data, const Type *Ty) |
| Recursively print typed data to a stream. More... | |
| std::ostream & | talvos::operator<< (std::ostream &Stream, const Object &O) |
| #define | INSTANTIATE(TYPE) |
| talvos::INSTANTIATE (bool) | |
| talvos::INSTANTIATE (int8_t) | |
| talvos::INSTANTIATE (int16_t) | |
| talvos::INSTANTIATE (int32_t) | |
| talvos::INSTANTIATE (int64_t) | |
| talvos::INSTANTIATE (uint8_t) | |
| talvos::INSTANTIATE (uint16_t) | |
| talvos::INSTANTIATE (uint32_t) | |
| talvos::INSTANTIATE (uint64_t) | |
| talvos::INSTANTIATE (float) | |
| talvos::INSTANTIATE (double) | |
This file defines the Object class.
Definition in file Object.cpp.
| #define INSTANTIATE | ( | TYPE | ) |
Definition at line 371 of file Object.cpp.
1.8.6