#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 | ) |
|
Add a new region, with key given by the tag.
Definition at line 91 of file IdDictAltRegions.cxx.
92{
94}
const std::string & tag() const
◆ build_range()
| Range IdDictAltRegions::build_range |
( |
| ) |
const |
|
overridevirtual |
◆ clear()
| void IdDictAltRegions::clear |
( |
| ) |
|
|
overridevirtual |
◆ generate_implementation()
| void IdDictAltRegions::generate_implementation |
( |
const IdDictMgr & | idd, |
|
|
IdDictDictionary & | dictionary, |
|
|
const std::string & | tag = "" ) |
|
overridevirtual |
Implements IdDictDictEntry.
Definition at line 47 of file IdDictAltRegions.cxx.
49 {
50
52
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;
58 }
59 std::cout << std::endl;
60 return;
61 }
64}
map_type::iterator map_iterator
◆ 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.
99{
102 std::cout << "IdDictAltRegion::select_region could not find region \""
103 <<
name <<
"\". Keys in map " << std::endl;
105 std::cout <<
" key " <<
p.first;
106 }
107 std::cout << std::endl;
108 } else {
110 }
111}
◆ 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: