Talvos
0.1
SPIR-V interpreter and dynamic analysis framework
|
This file declares the Type class. More...
#include <cstdint>
#include <cstring>
#include <iosfwd>
#include <map>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | talvos::Type |
This class represents a SPIR-V type. More... | |
Namespaces | |
talvos | |
Typedefs | |
typedef std::vector< std::pair < const Type *, std::map < uint32_t, uint32_t > > > | talvos::StructElementTypeList |
A list of types used for structure members. More... | |
This file declares the Type class.
Definition in file Type.h.