GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Attributes | List of all members
hash_element_type Struct Reference
Collaboration diagram for hash_element_type:
Collaboration graph
[legend]

Public Attributes

std::string key
 
struct hash_element_typenext
 
std::string value
 

Detailed Description

Definition at line 378 of file kpse.cc.

Member Data Documentation

std::string hash_element_type::key

Definition at line 380 of file kpse.cc.

Referenced by hash_lookup().

struct hash_element_type* hash_element_type::next

Definition at line 382 of file kpse.cc.

Referenced by hash_lookup().

std::string hash_element_type::value

Definition at line 381 of file kpse.cc.

Referenced by hash_lookup().


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