15#ifndef LIEF_PDB_TYPE_ENUM_H
16#define LIEF_PDB_TYPE_ENUM_H
31 return type->
kind() == Type::KIND::ENUM;
This is the base class for any PDB type.
Definition PDB/Type.hpp:30
This class represents a LF_ENUM PDB type.
Definition Enum.hpp:26
static bool classof(const Type *type)
Definition Enum.hpp:30
LIEF namespace.
Definition Abstract/Binary.hpp:32
#define LIEF_API
Definition visibility.h:41