smartmontools SVN Rev 5611
Utility to control and monitor storage systems with "S.M.A.R.T."
Public Member Functions | Public Attributes | List of all members
json::node_info Struct Reference
Collaboration diagram for json::node_info:
Collaboration graph
[legend]

Public Member Functions

 node_info ()=default
 
 node_info (const char *keystr)
 
 node_info (int index_)
 

Public Attributes

std::string key
 
int index = 0
 

Detailed Description

Definition at line 90 of file json.h.

Constructor & Destructor Documentation

◆ node_info() [1/3]

json::node_info::node_info ( )
default

◆ node_info() [2/3]

json::node_info::node_info ( const char *  keystr)
inlineexplicit

Definition at line 96 of file json.h.

◆ node_info() [3/3]

json::node_info::node_info ( int  index_)
inlineexplicit

Definition at line 97 of file json.h.

Member Data Documentation

◆ index

int json::node_info::index = 0

Definition at line 93 of file json.h.

◆ key

std::string json::node_info::key

Definition at line 92 of file json.h.


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