LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
fhicl::comment_detail::ArgWrapper Struct Reference

#include "Comment.h"

Public Member Functions

 ArgWrapper (char const *arg)
 
 ArgWrapper (std::string const &arg)
 

Public Attributes

std::string value
 

Detailed Description

Definition at line 26 of file Comment.h.

Constructor & Destructor Documentation

fhicl::comment_detail::ArgWrapper::ArgWrapper ( char const *  arg)
inline

Definition at line 27 of file Comment.h.

27 : value{arg} {}
fhicl::comment_detail::ArgWrapper::ArgWrapper ( std::string const &  arg)
inline

Definition at line 28 of file Comment.h.

28 : value{arg} {}

Member Data Documentation

std::string fhicl::comment_detail::ArgWrapper::value

Definition at line 29 of file Comment.h.

Referenced by fhicl::Comment::Comment().


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