Dakota  Version 6.24
Explore and Predict with Confidence
Public Types | Public Member Functions | Private Attributes | List of all members
IRStore Class Reference

Block-local key/value storage for materialized IR data. More...

Public Types

using Map = std::map< String, IRValue >
 

Public Member Functions

bool contains (const String &local_key) const
 
void set_value (const String &local_key, IRValue value)
 
template<class T >
const T & get (const String &local_key) const
 
const Map & values () const
 

Private Attributes

Map values_
 

Detailed Description

Block-local key/value storage for materialized IR data.


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