Go to the documentation of this file.
15#ifndef LIEF_PDB_TYPE_SIMPLE_H
16#define LIEF_PDB_TYPE_SIMPLE_H
32 return type->
kind() == Type::KIND::SIMPLE;
This class represents a primitive types (int, float, ...) which are also named simple types in the PD...
Definition Simple.hpp:27
static bool classof(const Type *type)
Definition Simple.hpp:31
Definition PDB/types/Array.hpp:23
Definition PDB/CompilationUnit.hpp:27
LIEF namespace.
Definition Abstract/Binary.hpp:36
#define LIEF_API
Definition visibility.h:41