SpECTRE  v2024.04.12
importers::ImporterOptions Struct Reference

Options that specify the volume data to load. See the option tags for details. More...

#include <Tags.hpp>

Public Types

using options = tags_list
 
- Public Types inherited from tuples::TaggedTuple< OptionTags::FileGlob, OptionTags::Subgroup, OptionTags::ObservationValue, OptionTags::EnableInterpolation >
using tags_list = tmpl::list< Tags... >
 

Static Public Attributes

static constexpr Options::String help = "The volume data to load."
 

Additional Inherited Members

- Public Member Functions inherited from tuples::TaggedTuple< OptionTags::FileGlob, OptionTags::Subgroup, OptionTags::ObservationValue, OptionTags::EnableInterpolation >
void pup (PUP::er &p)
 
 TaggedTuple (TaggedTuple const &)=default
 
 TaggedTuple (TaggedTuple &&)=default
 
constexpr TaggedTuple (Us &&... us)
 Construct a TaggedTuple with Args. More...
 
constexpr TaggedTuple (Us &&... us)
 Construct a TaggedTuple with Args. More...
 
constexpr TaggedTuple (TaggedTuple< UTags... > const &t)
 
constexpr TaggedTuple (TaggedTuple< UTags... > &&t)
 
TaggedTupleoperator= (tmpl::conditional_t< is_copy_assignable::value, TaggedTuple, tuples_detail::no_such_type > const &t)
 
TaggedTupleoperator= (tmpl::conditional_t< is_move_assignable::value, TaggedTuple, tuples_detail::no_such_type > &&t)
 
TaggedTupleoperator= (TaggedTuple< UTags... > const &t)
 
TaggedTupleoperator= (TaggedTuple< UTags... > &&t)
 
void swap (TaggedTuple &t)
 
- Static Public Member Functions inherited from tuples::TaggedTuple< OptionTags::FileGlob, OptionTags::Subgroup, OptionTags::ObservationValue, OptionTags::EnableInterpolation >
static constexpr size_t size ()
 

Detailed Description

Options that specify the volume data to load. See the option tags for details.


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