WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
internal::named_arg_base< Char > Struct Template Reference

#include <core.h>

Inheritance diagram for internal::named_arg_base< Char >:

Public Member Functions

 named_arg_base (basic_string_view< Char > nm)
 
template<typename Context >
basic_format_arg< Context > deserialize () const
 

Public Attributes

basic_string_view< Char > name
 
char data [sizeof(basic_format_arg< typename buffer_context< Char >::type >)]
 

Detailed Description

template<typename Char>
struct internal::named_arg_base< Char >

Definition at line 525 of file core.h.

Constructor & Destructor Documentation

◆ named_arg_base()

template<typename Char>
internal::named_arg_base< Char >::named_arg_base ( basic_string_view< Char >  nm)
inline

Definition at line 1332 of file core.h.

Member Function Documentation

◆ deserialize()

template<typename Char>
template<typename Context >
basic_format_arg<Context> internal::named_arg_base< Char >::deserialize ( ) const
inline

Definition at line 1335 of file core.h.

Here is the call graph for this function:

Member Data Documentation

◆ data

template<typename Char>
char internal::named_arg_base< Char >::data[ sizeof(basic_format_arg< typename buffer_context< Char >::type >)]
mutable

Definition at line 1330 of file core.h.

◆ name

template<typename Char>
basic_string_view<Char> internal::named_arg_base< Char >::name

Definition at line 1326 of file core.h.


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