CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
edm::Comment Class Reference

#include <ParameterDescriptionNode.h>

Public Member Functions

 Comment ()
 
 Comment (std::string const &iComment)
 
 Comment (char const *iComment)
 
std::string const & comment () const
 

Private Attributes

std::string comment_
 

Detailed Description

Definition at line 73 of file ParameterDescriptionNode.h.

Constructor & Destructor Documentation

◆ Comment() [1/3]

edm::Comment::Comment ( )

Definition at line 103 of file ParameterDescriptionNode.cc.

103 {}

◆ Comment() [2/3]

edm::Comment::Comment ( std::string const &  iComment)
explicit

Definition at line 104 of file ParameterDescriptionNode.cc.

104 : comment_(iComment) {}

◆ Comment() [3/3]

edm::Comment::Comment ( char const *  iComment)
explicit

Definition at line 105 of file ParameterDescriptionNode.cc.

105 : comment_(iComment) {}

Member Function Documentation

◆ comment()

std::string const& edm::Comment::comment ( ) const
inline

Definition at line 78 of file ParameterDescriptionNode.h.

References comment_.

78 { return comment_; }

Member Data Documentation

◆ comment_

std::string edm::Comment::comment_
private

Definition at line 81 of file ParameterDescriptionNode.h.

Referenced by comment().