Logo ROOT   6.18/05
Reference Guide
List of all members | Public Member Functions | Public Attributes | List of all members
ROOT::Experimental::RDrawingAttrBase::Name Struct Reference

An attribute name part, e.g. "line".

Definition at line 86 of file RDrawingAttr.hxx.

Public Member Functions

 Name ()=default
 
 Name (const char *name)
 
 Name (const std::string &name)
 
 Name (std::string &&name)
 

Public Attributes

std::string fStr
 

#include <ROOT/RDrawingAttr.hxx>

Constructor & Destructor Documentation

◆ Name() [1/4]

ROOT::Experimental::RDrawingAttrBase::Name::Name ( )
default

◆ Name() [2/4]

ROOT::Experimental::RDrawingAttrBase::Name::Name ( const std::string &  name)
inline

Definition at line 88 of file RDrawingAttr.hxx.

◆ Name() [3/4]

ROOT::Experimental::RDrawingAttrBase::Name::Name ( std::string &&  name)
inline

Definition at line 89 of file RDrawingAttr.hxx.

◆ Name() [4/4]

ROOT::Experimental::RDrawingAttrBase::Name::Name ( const char *  name)
inline

Definition at line 90 of file RDrawingAttr.hxx.

Member Data Documentation

◆ fStr

std::string ROOT::Experimental::RDrawingAttrBase::Name::fStr

Definition at line 92 of file RDrawingAttr.hxx.

Collaboration diagram for ROOT::Experimental::RDrawingAttrBase::Name:
[legend]

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