GNU Octave  3.8.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 Member Functions | Public Attributes | List of all members
cache_entry Struct Reference
Collaboration diagram for cache_entry:
Collaboration graph
[legend]

Public Member Functions

 cache_entry (void)
 ~cache_entry (void)

Public Attributes

std::string key
str_llist_typevalue

Detailed Description

Definition at line 2081 of file kpse.cc.

Constructor & Destructor Documentation

cache_entry::cache_entry ( void  )
inline

Definition at line 2083 of file kpse.cc.

cache_entry::~cache_entry ( void  )
inline

Definition at line 2085 of file kpse.cc.

Member Data Documentation

std::string cache_entry::key

Definition at line 2087 of file kpse.cc.

Referenced by cache().

str_llist_type* cache_entry::value

Definition at line 2088 of file kpse.cc.

Referenced by cache(), and cached().


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