MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / basic_node

Function basic_node

example/cacheHierarchy/fkYAML/node.hpp:12903–12905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12901 /// @sa https://fktn-k.github.io/fkYAML/api/basic_node/constructor/
12902 FK_YAML_DEPRECATED("Since 0.3.12; Use explicit basic_node(const node_type)")
12903 explicit basic_node(const node_t type)
12904 : basic_node(detail::convert_to_node_type(type)) {
12905 }
12906
12907 explicit basic_node(const node_type type)
12908 : m_attrs(detail::node_attr_bits::from_node_type(type)),

Callers 1

node.hppFile · 0.85

Calls 12

convert_to_node_typeFunction · 0.85
from_node_typeFunction · 0.85
has_anchor_nameFunction · 0.85
unreachableFunction · 0.85
noexceptFunction · 0.85
to_nodeFunction · 0.85
beginMethod · 0.45
endMethod · 0.45
sizeMethod · 0.45
emplaceMethod · 0.45
reserveMethod · 0.45
emplace_backMethod · 0.45

Tested by

no test coverage detected