15#ifndef LIEF_PDB_TYPE_SIMPLE_H
16#define LIEF_PDB_TYPE_SIMPLE_H
32 return type->
kind() == Type::KIND::SIMPLE;
This is the base class for any PDB type.
Definition PDB/Type.hpp:30
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
LIEF namespace.
Definition Abstract/Binary.hpp:32
#define LIEF_API
Definition visibility.h:41