Flow123d  JS_before_hm-1002-gafa1d04
Public Member Functions | Public Attributes | List of all members
ReaderCache::ReaderData Struct Reference

#include <reader_cache.hh>

Public Member Functions

 ReaderData ()
 Constructor. More...
 

Public Attributes

std::shared_ptr< BaseMeshReaderreader_
 
std::shared_ptr< Meshmesh_
 
std::shared_ptr< std::vector< LongIdx > > target_mesh_element_map_
 

Detailed Description

Definition at line 38 of file reader_cache.hh.

Constructor & Destructor Documentation

ReaderCache::ReaderData::ReaderData ( )
inline

Constructor.

Definition at line 40 of file reader_cache.hh.

Member Data Documentation

std::shared_ptr<Mesh> ReaderCache::ReaderData::mesh_

Definition at line 43 of file reader_cache.hh.

std::shared_ptr<BaseMeshReader> ReaderCache::ReaderData::reader_

Definition at line 40 of file reader_cache.hh.

std::shared_ptr<std::vector<LongIdx> > ReaderCache::ReaderData::target_mesh_element_map_

Definition at line 44 of file reader_cache.hh.


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