Volume ID container.
More...
#include <Volumes.h>
Volume ID container.
- Author
- M.Frank
- Version
- 1.0
Definition at line 88 of file Volumes.h.
◆ Base
◆ VolIDs() [1/3]
dd4hep::PlacedVolumeExtension::VolIDs::VolIDs |
( |
| ) |
|
|
default |
◆ VolIDs() [2/3]
dd4hep::PlacedVolumeExtension::VolIDs::VolIDs |
( |
VolIDs && |
copy | ) |
|
|
default |
◆ VolIDs() [3/3]
dd4hep::PlacedVolumeExtension::VolIDs::VolIDs |
( |
const VolIDs & |
copy | ) |
|
|
default |
◆ find()
Find entry.
Lookup volume ID.
Definition at line 397 of file Volumes.cpp.
◆ insert() [1/3]
std::pair< std::vector< PlacedVolumeExtension::VolID >::iterator, bool > PlacedVolumeExtension::VolIDs::insert |
( |
const std::string & |
name, |
|
|
int |
value |
|
) |
| |
Insert new entry.
Insert a new value into the volume ID container.
Definition at line 406 of file Volumes.cpp.
◆ insert() [2/3]
template<class InputIt >
iterator dd4hep::PlacedVolumeExtension::VolIDs::insert |
( |
InputIt |
first, |
|
|
InputIt |
last |
|
) |
| |
|
inline |
Insert bunch of entries.
Definition at line 107 of file Volumes.h.
◆ insert() [3/3]
template<class InputIt >
iterator dd4hep::PlacedVolumeExtension::VolIDs::insert |
( |
std::vector< VolID >::const_iterator |
pos, |
|
|
InputIt |
first, |
|
|
InputIt |
last |
|
) |
| |
|
inline |
Insert bunch of entries.
Definition at line 112 of file Volumes.h.
◆ operator=() [1/2]
VolIDs& dd4hep::PlacedVolumeExtension::VolIDs::operator= |
( |
const VolIDs & |
c | ) |
|
|
default |
◆ operator=() [2/2]
VolIDs& dd4hep::PlacedVolumeExtension::VolIDs::operator= |
( |
VolIDs && |
copy | ) |
|
|
default |
◆ str()
std::string PlacedVolumeExtension::VolIDs::str |
( |
| ) |
const |
String representation for debugging.
Definition at line 420 of file Volumes.cpp.
The documentation for this class was generated from the following files: