|
class | ogdf::internal::RegisteredArrayBase< Registry > |
| Abstract base class for registered arrays. More...
|
|
class | ogdf::internal::RegisteredArrayBase< Registry > |
| Abstract base class for registered arrays. More...
|
|
class | ogdf::internal::RegisteredArrayWithDefault< Registry, Value > |
| Registered arrays with default values. More...
|
|
class | ogdf::internal::RegisteredArrayWithoutDefaultOrIndexAccess< Registry, Value > |
| Registered arrays without default values or by-index access to values. More...
|
|
class | ogdf::internal::RegisteredArrayWithoutDefaultWithIndexAccess< Registry, Value > |
| RegisteredArrayWithoutDefaultOrIndexAccess that also allows accessing its values directly by their index. More...
|
|
class | ogdf::RegisteredArray< Registry, Value, WithDefault, Base > |
| Dynamic arrays indexed with arbitrary keys. More...
|
|
class | ogdf::RegisteredArray< Registry, bool, WithDefault, Base > |
| Specialization to work around vector<bool>. More...
|
|
class | ogdf::RegisteredArrayIterator< ArrayType, KeyIterator, isConst > |
| Iterator for registered arrays. More...
|
|
class | ogdf::RegistryBase< Key, Registry, Iterator > |
| Abstract base class for registries. More...
|
|
Declaration and implementation of RegisteredArray class.
- Author
- Simon D. Fink
- License:
- This file is part of the Open Graph Drawing Framework (OGDF).
- Copyright (C)
See README.md in the OGDF root directory for details.
- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 or 3 as published by the Free Software Foundation; see the file LICENSE.txt included in the packaging of this file for details.
- This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/copyleft/gpl.html
Definition in file RegisteredArray.h.