Menoh
Public Member Functions | List of all members
menoh::variable_profile_table Class Reference

Key value store for variable_profile. More...

#include <menoh.hpp>

Public Member Functions

 variable_profile_table (menoh_variable_profile_table_handle h)
 
variable_profile get_variable_profile (std::string const &name) const
 Accessor to variable profile. More...
 
menoh_variable_profile_table_handle get () const noexcept
 Accessor to internal handle. More...
 

Detailed Description

Key value store for variable_profile.

Constructor & Destructor Documentation

◆ variable_profile_table()

menoh::variable_profile_table::variable_profile_table ( menoh_variable_profile_table_handle  h)
inlineexplicit
Note
Normally users needn't call this constructer. Use variable_profile_table_builder::build_variable_profile_table() instead.

Member Function Documentation

◆ get()

menoh_variable_profile_table_handle menoh::variable_profile_table::get ( ) const
inlinenoexcept

Accessor to internal handle.

Note
Normally users needn't call this function.

◆ get_variable_profile()

variable_profile menoh::variable_profile_table::get_variable_profile ( std::string const &  name) const
inline

Accessor to variable profile.

See also
variable_profile

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