The Gaudi Framework  master (37c0b60a)
Gaudi::Parsers::InputData Struct Reference

Helper class to enable ADL for parsers. More...

#include </builds/gaudi/Gaudi/GaudiKernel/include/Gaudi/Parsers/InputData.h>

Inheritance diagram for Gaudi::Parsers::InputData:
Collaboration diagram for Gaudi::Parsers::InputData:

Public Member Functions

 InputData (const std::string &s)
 
- Public Member Functions inherited from std::string
push_back (T... args)
 
shrink_to_fit (T... args)
 
rfind (T... args)
 
begin (T... args)
 
erase (T... args)
 
append (T... args)
 
data (T... args)
 
insert (T... args)
 
assign (T... args)
 
find_first_not_of (T... args)
 
back (T... args)
 
end (T... args)
 
resize (T... args)
 
copy (T... args)
 
find_last_of (T... args)
 
pop_back (T... args)
 
replace (T... args)
 
front (T... args)
 
substr (T... args)
 
find (T... args)
 
compare (T... args)
 
crbegin (T... args)
 
cbegin (T... args)
 
find_first_of (T... args)
 
rbegin (T... args)
 
crend (T... args)
 
size (T... args)
 
operator= (T... args)
 
find_last_not_of (T... args)
 
reserve (T... args)
 
capacity (T... args)
 
c_str (T... args)
 
empty (T... args)
 
cend (T... args)
 
string (T... args)
 
max_size (T... args)
 
rend (T... args)
 
get_allocator (T... args)
 
clear (T... args)
 
at (T... args)
 
swap (T... args)
 
operator[] (T... args)
 
length (T... args)
 

Detailed Description

Helper class to enable ADL for parsers.

Definition at line 18 of file InputData.h.

Constructor & Destructor Documentation

◆ InputData()

Gaudi::Parsers::InputData::InputData ( const std::string s)
inline

Definition at line 19 of file InputData.h.

19 : std::string{ s } {}

The documentation for this struct was generated from the following file:
std::string
STL class.
gaudirun.s
string s
Definition: gaudirun.py:346