OpenDDS  Snapshot(2023/03/10-19:29)
Public Member Functions | Public Attributes | List of all members
InfoRepo::InitError Struct Reference

#include <DCPSInfoRepoServ.h>

Collaboration diagram for InfoRepo::InitError:
Collaboration graph
[legend]

Public Member Functions

 InitError (const char *msg)
 

Public Attributes

std::string msg_
 

Detailed Description

Definition at line 28 of file DCPSInfoRepoServ.h.

Constructor & Destructor Documentation

◆ InitError()

InfoRepo::InitError::InitError ( const char *  msg)
inline

Definition at line 29 of file DCPSInfoRepoServ.h.

30  : msg_(msg) {};

Member Data Documentation

◆ msg_

std::string InfoRepo::InitError::msg_

Definition at line 30 of file DCPSInfoRepoServ.h.

Referenced by ACE_TMAIN().


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