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
load_path::dir_info::class_info Struct Reference

#include "load-path.h"

Collaboration diagram for load_path::dir_info::class_info:
Collaboration graph
[legend]

Public Member Functions

 class_info (void)
 class_info (const class_info &ci)
 ~class_info (void)
class_infooperator= (const class_info &ci)

Public Attributes

fcn_file_map_type method_file_map
fcn_file_map_type private_file_map

Detailed Description

Definition at line 270 of file load-path.h.

Constructor & Destructor Documentation

load_path::dir_info::class_info::class_info ( void  )
inline

Definition at line 272 of file load-path.h.

load_path::dir_info::class_info::class_info ( const class_info ci)
inline

Definition at line 274 of file load-path.h.

load_path::dir_info::class_info::~class_info ( void  )
inline

Definition at line 288 of file load-path.h.

Member Function Documentation

class_info& load_path::dir_info::class_info::operator= ( const class_info ci)
inline

Definition at line 278 of file load-path.h.

References method_file_map, and private_file_map.

Member Data Documentation

fcn_file_map_type load_path::dir_info::class_info::method_file_map

Definition at line 290 of file load-path.h.

Referenced by load_path::add_to_method_map(), load_path::do_display(), and operator=().

fcn_file_map_type load_path::dir_info::class_info::private_file_map

Definition at line 291 of file load-path.h.

Referenced by load_path::add_to_method_map(), and operator=().


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