Public Member Functions | Static Private Member Functions | List of all members
KV Class Reference

#include <kv.h>

Inheritance diagram for KV:
Inheritance graph
[legend]

Public Member Functions

template<typename... Ts>
 KV (const std::string &k, const Ts &... list)
 

Static Private Member Functions

template<typename T >
static std::string make_list (bool first, const T &t)
 
template<typename T , typename... Ts>
static std::string make_list (bool first, const T &t, Ts &&... list)
 
static std::string make_list (bool first, std::vector< std::string > list)
 

Detailed Description

Definition at line 9 of file kv.h.

Constructor & Destructor Documentation

◆ KV()

template<typename... Ts>
KV::KV ( const std::string &  k,
const Ts &...  list 
)
inline

Definition at line 41 of file kv.h.

Member Function Documentation

◆ make_list() [1/3]

template<typename T >
static std::string KV::make_list ( bool  first,
const T &  t 
)
inlinestaticprivate

Definition at line 12 of file kv.h.

◆ make_list() [2/3]

template<typename T , typename... Ts>
static std::string KV::make_list ( bool  first,
const T &  t,
Ts &&...  list 
)
inlinestaticprivate

Definition at line 22 of file kv.h.

◆ make_list() [3/3]

static std::string KV::make_list ( bool  first,
std::vector< std::string >  list 
)
inlinestaticprivate

Definition at line 30 of file kv.h.


The documentation for this class was generated from the following file:


pf_driver
Author(s): Harsh Deshpande
autogenerated on Sun Feb 4 2024 03:32:56