GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
load_path::dir_info Class Reference
Collaboration diagram for load_path::dir_info:

Classes

struct  class_info
 

Public Types

typedef fcn_file_map_type::const_iterator const_fcn_file_map_iterator
 
typedef method_file_map_type::const_iterator const_method_file_map_iterator
 
typedef package_dir_map_type::const_iterator const_package_dir_map_iterator
 
typedef fcn_file_map_type::iterator fcn_file_map_iterator
 
typedef std::map< std::string, int > fcn_file_map_type
 
typedef method_file_map_type::iterator method_file_map_iterator
 
typedef std::map< std::string, class_infomethod_file_map_type
 
typedef package_dir_map_type::iterator package_dir_map_iterator
 
typedef std::map< std::string, dir_infopackage_dir_map_type
 

Public Member Functions

 dir_info (const dir_info &)=default
 
 dir_info (const std::string &d)
 
 dir_info (void)=default
 
 ~dir_info (void)=default
 
bool is_package (const std::string &name) const
 
dir_infooperator= (const dir_info &)=default
 
bool update (void)
 

Public Attributes

std::string abs_dir_name
 
string_vector all_files
 
sys::time dir_mtime
 
std::string dir_name
 
sys::time dir_time_last_checked
 
string_vector fcn_files
 
bool is_relative
 
method_file_map_type method_file_map
 
package_dir_map_type package_dir_map
 
fcn_file_map_type private_file_map
 

Private Member Functions

void get_file_list (const std::string &d)
 
void get_method_file_map (const std::string &d, const std::string &class_name)
 
void get_package_dir (const std::string &d, const std::string &package_name)
 
void get_private_file_map (const std::string &d)
 
void initialize (void)
 

Friends

fcn_file_map_type get_fcn_files (const std::string &d)
 

Detailed Description

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

Member Typedef Documentation

◆ const_fcn_file_map_iterator

typedef fcn_file_map_type::const_iterator load_path::dir_info::const_fcn_file_map_iterator

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

◆ const_method_file_map_iterator

typedef method_file_map_type::const_iterator load_path::dir_info::const_method_file_map_iterator

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

◆ const_package_dir_map_iterator

typedef package_dir_map_type::const_iterator load_path::dir_info::const_package_dir_map_iterator

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

◆ fcn_file_map_iterator

typedef fcn_file_map_type::iterator load_path::dir_info::fcn_file_map_iterator

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

◆ fcn_file_map_type

typedef std::map<std::string, int> load_path::dir_info::fcn_file_map_type

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

◆ method_file_map_iterator

typedef method_file_map_type::iterator load_path::dir_info::method_file_map_iterator

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

◆ method_file_map_type

typedef std::map<std::string, class_info> load_path::dir_info::method_file_map_type

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

◆ package_dir_map_iterator

typedef package_dir_map_type::iterator load_path::dir_info::package_dir_map_iterator

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

◆ package_dir_map_type

typedef std::map<std::string, dir_info> load_path::dir_info::package_dir_map_type

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

Constructor & Destructor Documentation

◆ dir_info() [1/3]

load_path::dir_info::dir_info ( void  )
default

◆ dir_info() [2/3]

load_path::dir_info::dir_info ( const std::string &  d)
inline

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

References initialize().

◆ dir_info() [3/3]

load_path::dir_info::dir_info ( const dir_info )
default

◆ ~dir_info()

load_path::dir_info::~dir_info ( void  )
default

Member Function Documentation

◆ get_file_list()

void load_path::dir_info::get_file_list ( const std::string &  d)
private

Definition at line 1532 of file load-path.cc.

References concat(), d, get_dirlist(), len, string_vector::numel(), valid_identifier(), and warning().

◆ get_method_file_map()

void load_path::dir_info::get_method_file_map ( const std::string &  d,
const std::string &  class_name 
)
private

Definition at line 1603 of file load-path.cc.

References concat(), d, and load_path::get_fcn_files.

◆ get_package_dir()

void load_path::dir_info::get_package_dir ( const std::string &  d,
const std::string &  package_name 
)
private

Definition at line 1617 of file load-path.cc.

References d.

◆ get_private_file_map()

void load_path::dir_info::get_private_file_map ( const std::string &  d)
private

Definition at line 1597 of file load-path.cc.

References d, and load_path::get_fcn_files.

◆ initialize()

void load_path::dir_info::initialize ( void  )
private

◆ is_package()

bool load_path::dir_info::is_package ( const std::string &  name) const

Definition at line 1465 of file load-path.cc.

◆ operator=()

dir_info& load_path::dir_info::operator= ( const dir_info )
default

◆ update()

Friends And Related Function Documentation

◆ get_fcn_files

fcn_file_map_type get_fcn_files ( const std::string &  d)
friend

Definition at line 1338 of file load-path.cc.

Member Data Documentation

◆ abs_dir_name

◆ all_files

string_vector load_path::dir_info::all_files

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

Referenced by update().

◆ dir_mtime

sys::time load_path::dir_info::dir_mtime

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

Referenced by update().

◆ dir_name

std::string load_path::dir_info::dir_name

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

Referenced by load_path::package_info::add(), and update().

◆ dir_time_last_checked

sys::time load_path::dir_info::dir_time_last_checked

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

Referenced by update().

◆ fcn_files

◆ is_relative

bool load_path::dir_info::is_relative

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

Referenced by update().

◆ method_file_map

method_file_map_type load_path::dir_info::method_file_map

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

Referenced by load_path::package_info::add_to_method_map(), and update().

◆ package_dir_map

package_dir_map_type load_path::dir_info::package_dir_map

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

Referenced by load_path::add(), load_path::move(), load_path::remove(), and update().

◆ private_file_map

fcn_file_map_type load_path::dir_info::private_file_map

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

Referenced by load_path::package_info::add_to_private_fcn_map(), and update().


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