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 Member Functions | Public Attributes | Private Member Functions | List of all members
octave_fields::fields_rep Class Reference
Inheritance diagram for octave_fields::fields_rep:
Inheritance graph
[legend]
Collaboration diagram for octave_fields::fields_rep:
Collaboration graph
[legend]

Public Member Functions

 fields_rep (void)
 
 fields_rep (const fields_rep &other)
 

Public Attributes

octave_refcount< intcount
 
elements
 STL member. More...
 
keys
 STL member. More...
 

Private Member Functions

fields_repoperator= (const fields_rep &)
 

Detailed Description

Definition at line 39 of file oct-map.h.

Constructor & Destructor Documentation

octave_fields::fields_rep::fields_rep ( void  )
inline

Definition at line 42 of file oct-map.h.

octave_fields::fields_rep::fields_rep ( const fields_rep other)
inline

Definition at line 43 of file oct-map.h.

Member Function Documentation

fields_rep& octave_fields::fields_rep::operator= ( const fields_rep )
private

Member Data Documentation

octave_refcount<int> octave_fields::fields_rep::count
T std::map< K, T >::elements
inherited

STL member.

K std::map< K, T >::keys
inherited

STL member.


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