Project
Loading...
Searching...
No Matches
o2::utils::DLLoaderBase< DerivedType >::filename_decorations Struct Reference

#include <DLLoaderBase.h>

Static Public Attributes

static constexpr const charprefix = "lib"
 
static constexpr const charsuffix = DLLOADER_MAC_LINUX(".dylib", ".so")
 

Detailed Description

template<typename DerivedType>
struct o2::utils::DLLoaderBase< DerivedType >::filename_decorations

Definition at line 45 of file DLLoaderBase.h.

Member Data Documentation

◆ prefix

template<typename DerivedType >
constexpr const char* o2::utils::DLLoaderBase< DerivedType >::filename_decorations::prefix = "lib"
staticconstexpr

Definition at line 46 of file DLLoaderBase.h.

◆ suffix

template<typename DerivedType >
constexpr const char* o2::utils::DLLoaderBase< DerivedType >::filename_decorations::suffix = DLLOADER_MAC_LINUX(".dylib", ".so")
staticconstexpr

Definition at line 47 of file DLLoaderBase.h.


The documentation for this struct was generated from the following file: