NetworKit
Large-Scale Network Analysis
Get Started
Documentation
Features
News
Publications
NetworKit Day
Credits & References
Python Documentation
C++ Documentation
Page Hierarchy
Class Hierarchy
File Hierarchy
Full API
Namespaces
Classes and Structs
Enums
Functions
Variables
Defines
Typedefs
Directories
Pages
Jupyter Notebook
Developer Guide
Template Class AttributeMap
¶
Defined in
File Attributes.hpp
Class Documentation
¶
template
<
typename
NodeOrEdge
,
typename
GraphType
>
class
AttributeMap
¶
Public Functions
inline
AttributeMap
(
const
GraphType
*
g
)
¶
AttributeMap
(
AttributeMap
&
)
=
delete
¶
AttributeMap
&
operator
=
(
const
AttributeMap
&
)
=
delete
¶
inline
AttributeMap
(
const
AttributeMap
&
other
,
const
GraphType
*
g
)
¶
AttributeMap
(
AttributeMap
&
&
other
)
=
default
¶
AttributeMap
&
operator
=
(
AttributeMap
&
&
other
)
=
default
¶
inline
auto
find
(
std
::
string
const
&
name
)
¶
inline
auto
find
(
std
::
string
const
&
name
)
const
¶
template
<
typename
T
>
inline
auto
attach
(
const
std
::
string
&
name
)
¶
inline
void
detach
(
const
std
::
string
&
name
)
¶
template
<
typename
T
>
inline
auto
get
(
const
std
::
string
&
name
)
¶
template
<
typename
T
>
inline
auto
get
(
const
std
::
string
&
name
)
const
¶