Coriolis Core (CRL) Documentation


CRL::SearchPath::Element Class Reference

An element of the search path (mapping a directory). More...

Public Member Functions

 Element (const std::string &path="", const std::string &name="")
 
bool empty () const
 
const std::string & getPath () const
 
const std::string & getName () const
 

Detailed Description

An element of the search path (mapping a directory).

Constructor & Destructor Documentation

◆ Element()

CRL::SearchPath::Element::Element ( const std::string & path = "",
const std::string & name = "" )
inline

A new element bound to path, with library name.

References empty(), and CRL::SearchPath::extractLibName().

Member Function Documentation

◆ empty()

bool CRL::SearchPath::Element::empty ( ) const
inline
Returns
true if the element is empty (no path).

Referenced by Element().

◆ getPath()

const std::string & CRL::SearchPath::Element::getPath ( ) const
inline
Returns
the path (directory) of the element.

◆ getName()

const std::string & CRL::SearchPath::Element::getName ( ) const
inline
Returns
the name (of the library) of the element.

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


Generated by doxygen 1.13.2 on Fri Sep 27 2024 Return to top of page
Coriolis Core (CRL) Copyright © 2008-2020 Sorbonne Universite, All rights reserved