https://mooseframework.inl.gov
Public Member Functions | Public Attributes | List of all members
VarCopyInfo Struct Reference

Information about variables that will be copied. More...

#include <SystemBase.h>

Public Member Functions

 VarCopyInfo (const std::string &dest_name, const std::string &source_name, const std::string &timestep)
 

Public Attributes

std::string _dest_name
 
std::string _source_name
 
std::string _timestep
 

Detailed Description

Information about variables that will be copied.

Definition at line 66 of file SystemBase.h.

Constructor & Destructor Documentation

◆ VarCopyInfo()

VarCopyInfo::VarCopyInfo ( const std::string &  dest_name,
const std::string &  source_name,
const std::string &  timestep 
)
inline

Definition at line 68 of file SystemBase.h.

71  : _dest_name(dest_name), _source_name(source_name), _timestep(timestep)
72  {
73  }
std::string _source_name
Definition: SystemBase.h:76
std::string _dest_name
Definition: SystemBase.h:75
std::string _timestep
Definition: SystemBase.h:77

Member Data Documentation

◆ _dest_name

std::string VarCopyInfo::_dest_name

Definition at line 75 of file SystemBase.h.

◆ _source_name

std::string VarCopyInfo::_source_name

Definition at line 76 of file SystemBase.h.

◆ _timestep

std::string VarCopyInfo::_timestep

Definition at line 77 of file SystemBase.h.


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