Public Member Functions | Public Attributes | List of all members
fhicl::Comment Struct Reference

#include <Comment.h>

Public Member Functions

 Comment (comment_detail::ArgWrapper const &wrapper)
 

Public Attributes

std::string value
 

Detailed Description

Definition at line 33 of file Comment.h.

Constructor & Destructor Documentation

fhicl::Comment::Comment ( comment_detail::ArgWrapper const &  wrapper)
inlineexplicit

Definition at line 34 of file Comment.h.

35  : value{wrapper.value}
36  {}
std::string value
Definition: Comment.h:37

Member Data Documentation

std::string fhicl::Comment::value

Definition at line 37 of file Comment.h.


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