#include <IdDictAltRegions.h>
Definition at line 21 of file IdDictAltRegions.h.
◆ map_iterator
◆ map_type
◆ value_type
◆ IdDictAltRegions()
| IdDictAltRegions::IdDictAltRegions |
( |
| ) |
|
◆ ~IdDictAltRegions()
| IdDictAltRegions::~IdDictAltRegions |
( |
| ) |
|
|
virtualdefault |
◆ add_region()
| void IdDictAltRegions::add_region |
( |
std::unique_ptr< IdDictRegion > |
region | ) |
|
◆ build_range()
| Range IdDictAltRegions::build_range |
( |
| ) |
const |
|
overridevirtual |
◆ clear()
| void IdDictAltRegions::clear |
( |
| ) |
|
|
overridevirtual |
◆ generate_implementation()
Implements IdDictDictEntry.
Definition at line 47 of file IdDictAltRegions.cxx.
54 std::cout <<
"IdDictAltRegions::generate_implementation could not find region for tag "
55 <<
tag <<
" Keys in map " << std::endl;
57 std::cout <<
" i " <<
i++ <<
" key " <<
p.first;
59 std::cout << std::endl;
◆ group_name()
| std::string IdDictAltRegions::group_name |
( |
| ) |
const |
|
overridevirtual |
◆ reset_implementation()
| void IdDictAltRegions::reset_implementation |
( |
| ) |
|
|
overridevirtual |
◆ resolve_references()
◆ select_region()
| void IdDictAltRegions::select_region |
( |
const std::string & |
name | ) |
|
Select the named region.
Definition at line 98 of file IdDictAltRegions.cxx.
102 std::cout <<
"IdDictAltRegion::select_region could not find region \""
103 <<
name <<
"\". Keys in map " << std::endl;
105 std::cout <<
" key " <<
p.first;
107 std::cout << std::endl;
◆ selected_region()
◆ set_index()
| void IdDictAltRegions::set_index |
( |
size_t |
index | ) |
|
|
overridevirtual |
◆ verify()
| bool IdDictAltRegions::verify |
( |
| ) |
const |
|
overridevirtual |
◆ m_regions
◆ m_selected_region
The documentation for this class was generated from the following files: