7#ifndef __REPRESENTATION_H__
8#define __REPRESENTATION_H__
Library to be related to an architecture.
std::vector< PSource > PVecSource
PPath getLibraryFile(const PVecArchLib &vecArch)
Get the first non empty library file name.
std::vector< PArgument > PVecArgument
void addArch(PVecArchLib &vecArch, const PString &arch, const PString &libName)
Add a PArchLib in the vector of Architecture if the libName is not empty.
bool repr_isFunction(const PFunction &fct)
Say if the current function is a function prototype.
std::vector< PFunction > PVecFunction
std::vector< PArchLib > PVecArchLib
std::vector< size_t > PVecSizet
PArchLib createArchLib(const PString &arch, const PString &libName)
Set a PArchLib.