:orphan: .. index:: pair: struct; te_kvpair .. _doxid-structte__kvpair: struct te_kvpair ================ .. toctree:: :hidden: Element of the list of key-value pair .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct te_kvpair { // fields char* :target:`key`; char* :target:`value`; // methods :target:`TAILQ_ENTRY`(te_kvpair); };