ATLAS Offline Software
Loading...
Searching...
No Matches
AthenaInterprocess::FdsRegistryEntry Struct Reference

#include <FdsRegistry.h>

Collaboration diagram for AthenaInterprocess::FdsRegistryEntry:

Public Member Functions

 FdsRegistryEntry (int the_fd, const std::string &the_name)

Public Attributes

int fd
std::string name

Detailed Description

Definition at line 13 of file FdsRegistry.h.

Constructor & Destructor Documentation

◆ FdsRegistryEntry()

AthenaInterprocess::FdsRegistryEntry::FdsRegistryEntry ( int the_fd,
const std::string & the_name )
inline

Definition at line 14 of file FdsRegistry.h.

15 : fd(the_fd)
16 , name(the_name) {}

Member Data Documentation

◆ fd

int AthenaInterprocess::FdsRegistryEntry::fd

Definition at line 18 of file FdsRegistry.h.

◆ name

std::string AthenaInterprocess::FdsRegistryEntry::name

Definition at line 19 of file FdsRegistry.h.


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