# net::base_nodekey_traits
#include <traits.hpp>
Inherited by net::base_traits< NodeVal, EdgeVal, NodeKey, EdgeKey >
# Public Types
Name | |
---|---|
using std::less< NodeKey > | nodekey_less |
# Public Functions
Name | |
---|---|
std::string | nodekey_brief(const NodeKey & nodekey) |
std::ostream & | nodekey_write_text(std::ostream & os, const NodeKey & nodekey) |
std::ostream & | nodekey_read_text(std::istream & is, NodeKey & nodekey) |
std::ostream & | nodekey_write_bin(std::ostream & os, const NodeKey & nodekey) |
std::ostream & | nodekey_read_bin(std::istream & is, NodeKey & nodekey) |
# Detailed Description
template <typename NodeKey >
struct net::base_nodekey_traits;
# Public Types Documentation
# using nodekey_less
using net::base_nodekey_traits< NodeKey >::nodekey_less = std::less<NodeKey>;
# Public Functions Documentation
# function nodekey_brief
static inline std::string nodekey_brief(
const NodeKey & nodekey
)
# function nodekey_write_text
static inline std::ostream & nodekey_write_text(
std::ostream & os,
const NodeKey & nodekey
)
# function nodekey_read_text
static inline std::ostream & nodekey_read_text(
std::istream & is,
NodeKey & nodekey
)
# function nodekey_write_bin
static inline std::ostream & nodekey_write_bin(
std::ostream & os,
const NodeKey & nodekey
)
# function nodekey_read_bin
static inline std::ostream & nodekey_read_bin(
std::istream & is,
NodeKey & nodekey
)
Updated on 15 June 2022 at 16:04:18 CST