Go to the documentation of this file.
15#ifndef LIEF_PDB_TYPE_ARRAY_H
16#define LIEF_PDB_TYPE_ARRAY_H
31 return type->
kind() == Type::KIND::ARRAY;
This class represents a LF_ARRAY PDB type.
Definition PDB/types/Array.hpp:26
static bool classof(const Type *type)
Definition PDB/types/Array.hpp:30
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