Multi diag tools
Public Member Functions | List of all members
Mdt::DeployUtils::RPathInfo Class Reference

Holds informations about a RPATH. More...

#include <RPathInfo.h>

Public Member Functions

 RPathInfo (const QString &path, bool relative)
 Construct a RPathInfo.
 
 RPathInfo (const RPathInfo &other)=default
 Copy contruct a RPathInfo from other.
 
RPathInfooperator= (const RPathInfo &other)=default
 Copy assign other to this RPathInfo.
 
 RPathInfo (RPathInfo &&other)=default
 Move contruct a RPathInfo from other.
 
RPathInfooperator= (RPathInfo &&other)=default
 Move assign other to this RPathInfo.
 
QString path () const
 Get path. More...
 
bool isRelative () const
 Check if this RPath is relative.
 
bool isEmpty () const
 Check if this RPATH is empty.
 
bool isOrigin () const
 Check if this RPATH is origin. More...
 
QString toStringLinux () const
 Get a string representing this path. More...
 

Detailed Description

Holds informations about a RPATH.

Definition at line 31 of file RPathInfo.h.

Member Function Documentation

bool Mdt::DeployUtils::RPathInfo::isOrigin ( ) const
inline

Check if this RPATH is origin.

Returns true if this RPATH refers to the directory where the executable or the shared library lives.

On Linux, such RPATH is $ORIGIN .

Note
If this RPATH refers to a relative non empty path, this method reurns false. On linux: $ORIGIN is origin, $ORIGIN/lib is not origin.
See also
isRelative()

Definition at line 103 of file RPathInfo.h.

QString Mdt::DeployUtils::RPathInfo::path ( ) const
inline

Get path.

Note
A empty path can mean that this RPATH is not set at all, or this RPATH refers to origin.
See also
isEmpty()
isOrigin()

Definition at line 70 of file RPathInfo.h.

QString Mdt::DeployUtils::RPathInfo::toStringLinux ( ) const

Get a string representing this path.

If this path is relative, the string will contains $ORIGIN followed by the path.

Definition at line 28 of file RPathInfo.cpp.


The documentation for this class was generated from the following files: