Public Member Functions | Public Attributes | List of all members
fhicl::detail::no_defaults::expected_types< T > Struct Template Reference

#include <ostream_helpers.h>

Public Member Functions

 expected_types ()
 

Public Attributes

std::string value
 

Detailed Description

template<typename T>
struct fhicl::detail::no_defaults::expected_types< T >

Definition at line 68 of file ostream_helpers.h.

Constructor & Destructor Documentation

template<typename T >
fhicl::detail::no_defaults::expected_types< T >::expected_types ( )
inline

Definition at line 69 of file ostream_helpers.h.

69  : value("")
70  {
71  std::string const strippedTypename =
72  stripped_typename(cet::demangle_symbol(typeid(T).name()));
73  value = padded_string(strippedTypename);
74  }
static QCString name
Definition: declinfo.cpp:673
std::string string
Definition: nybbler.cc:12
std::string stripped_typename(std::string const &fullName)
std::string padded_string(std::string const &tnToPad)

Member Data Documentation

template<typename T >
std::string fhicl::detail::no_defaults::expected_types< T >::value

Definition at line 75 of file ostream_helpers.h.


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