# net::base_nodeval_traits

More...

#include <traits.hpp>

Inherited by net::base_traits< NodeVal, EdgeVal, std::string, std::pair< std::string, std::string > >, net::base_traits< NodeVal, EdgeVal, std::string, std::string >, net::base_traits< NodeVal, EdgeVal, NodeKey, EdgeKey >

# Public Functions

Name
std::ostream & nodeval_write_text(std::ostream & os, const NodeVal & nodeval)
std::ostream & nodeval_read_text(std::istream & is, NodeVal & nodeval)
std::ostream & nodeval_write_bin(std::ostream & os, const NodeVal & nodeval)
std::ostream & nodeval_read_bin(std::istream & is, NodeVal & nodeval)

# Detailed Description

template <typename NodeVal >
struct net::base_nodeval_traits;

# Public Functions Documentation

# function nodeval_write_text

static inline std::ostream & nodeval_write_text(
    std::ostream & os,
    const NodeVal & nodeval
)

# function nodeval_read_text

static inline std::ostream & nodeval_read_text(
    std::istream & is,
    NodeVal & nodeval
)

# function nodeval_write_bin

static inline std::ostream & nodeval_write_bin(
    std::ostream & os,
    const NodeVal & nodeval
)

# function nodeval_read_bin

static inline std::ostream & nodeval_read_bin(
    std::istream & is,
    NodeVal & nodeval
)

Updated on 15 June 2022 at 16:04:18 CST