15#ifndef LIEF_PDB_TYPE_UNION_H
16#define LIEF_PDB_TYPE_UNION_H
28 using ClassLike::ClassLike;
31 return type->
kind() == Type::KIND::UNION;
This is the base class for any PDB type.
Definition PDB/Type.hpp:30
This class abstracts the following PDB types: LF_STRUCTURE, LF_INTERFACE, LF_CLASS or LF_UNION.
Definition PDB/types/ClassLike.hpp:32
This class represents a LF_UNION PDB type.
Definition Union.hpp:26
static bool classof(const Type *type)
Definition Union.hpp:30
LIEF namespace.
Definition Abstract/Binary.hpp:32
#define LIEF_API
Definition visibility.h:41