hoople_api::low_level_methods Class Reference

a collection of low-level support methods from basis and elsewhere. More...

#include <low_level_methods.h>

List of all members.

Public Member Functions

System::String make_logfile_name (System::String^to_modify)
System::String make_allusers_path (System::String^to_modify)
System::String timestamp ()


Detailed Description

a collection of low-level support methods from basis and elsewhere.

Definition at line 29 of file low_level_methods.h.


Member Function Documentation

System::String hoople_api::low_level_methods::make_logfile_name ( System::String^  to_modify  )  [inline]

Parameters:
to_modify  transforms the filename "to_modify" by adding our logging directory. this makes a simple filename, like "tuttle.log", into an absolute pathname based on our current installation, such as: "c:/Program Files/Inova Solutions/Core/logs/tuttle.log"

Definition at line 33 of file low_level_methods.h.

References path_configuration::make_logfile_name(), hoople_api::string_conversions::to_istring(), and hoople_api::string_conversions::to_mstring().

System::String hoople_api::low_level_methods::make_allusers_path ( System::String^  to_modify  )  [inline]

Parameters:
to_modify  transforms "to_modify" by adding ALLUSERSPROFILE and our product. this makes a simple filename, like "tuttle.ini", into an absolute pathname based on the value of the ALLUSERSPROFILE environment variable. e.g., "c:/Documents and Settings/All Users/LightLink/tuttle.ini"

Definition at line 45 of file low_level_methods.h.

References portable::env_string(), software_product_name(), hoople_api::string_conversions::to_istring(), and hoople_api::string_conversions::to_mstring().

System::String hoople_api::low_level_methods::timestamp (  )  [inline]

Definition at line 58 of file low_level_methods.h.

References utility::timestamp(), and hoople_api::string_conversions::to_mstring().


The documentation for this class was generated from the following file:
Generated on Fri Nov 28 04:31:06 2008 for HOOPLE Libraries by  doxygen 1.5.1