XRootD
XrdSys::shm_error Struct Reference

#include <XrdSysShmem.hh>

+ Inheritance diagram for XrdSys::shm_error:
+ Collaboration diagram for XrdSys::shm_error:

Public Member Functions

 shm_error (int errcode)
 

Public Attributes

const int errcode
 
const std::string errmsg
 

Detailed Description

Shared memory exception type.

Definition at line 42 of file XrdSysShmem.hh.

Constructor & Destructor Documentation

◆ shm_error()

XrdSys::shm_error::shm_error ( int  errcode)
inline

Definition at line 44 of file XrdSysShmem.hh.

44  :
45  errcode( errcode ), errmsg( strerror( errcode )){ }
const int errcode
Definition: XrdSysShmem.hh:47
const std::string errmsg
Definition: XrdSysShmem.hh:48

Member Data Documentation

◆ errcode

const int XrdSys::shm_error::errcode

Definition at line 47 of file XrdSysShmem.hh.

◆ errmsg

const std::string XrdSys::shm_error::errmsg

Definition at line 48 of file XrdSysShmem.hh.


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