|
Electroneum
|
Namespaces | |
| parse | |
Classes | |
| struct | call_befor_die |
| struct | call_befor_die_base |
| struct | less_as_pod |
| struct | rolling_median_t |
| struct | struct_init |
Typedefs | |
| typedef boost::shared_ptr< call_befor_die_base > | auto_scope_leave_caller |
Functions | |
| template<typename t_type > | |
| t_type | get_max_t_val (t_type t) |
| template<typename t_iterator > | |
| t_iterator | move_it_forward (t_iterator it, size_t count) |
| template<typename t_iterator > | |
| t_iterator | move_it_backward (t_iterator it, size_t count) |
| template<class _Ty > | |
| bool | is_less_as_pod (const _Ty &_Left, const _Ty &_Right) |
| bool | sleep_no_w (long ms) |
| template<class type_vec_type > | |
| type_vec_type | median (std::vector< type_vec_type > &v) |
| template<class t_scope_leave_handler > | |
| auto_scope_leave_caller | create_scope_leave_handler (t_scope_leave_handler f) |
| uint64_t | get_ns_count () |
| uint64_t | get_tick_count () |
| int | call_sys_cmd (const std::string &cmd) |
| std::string | get_thread_string_id () |
| bool | get_gmt_time (time_t t, struct tm &tm) |
| std::string | get_time_str (const time_t &time_) |
| std::string | get_time_str_v2 (const time_t &time_) |
| std::string | get_time_str_v3 (const boost::posix_time::ptime &time_) |
| std::string | get_internet_time_str (const time_t &time_) |
| std::string | get_time_interval_string (const time_t &time_) |
| typedef boost::shared_ptr<call_befor_die_base> epee::misc_utils::auto_scope_leave_caller |
Definition at line 139 of file misc_language.h.
|
inline |
Definition at line 94 of file misc_os_dependent.h.
| auto_scope_leave_caller epee::misc_utils::create_scope_leave_handler | ( | t_scope_leave_handler | f | ) |
Definition at line 156 of file misc_language.h.

|
inline |
|
inline |
Definition at line 108 of file time_helper.h.
| t_type epee::misc_utils::get_max_t_val | ( | t_type | t | ) |
Definition at line 58 of file misc_language.h.
|
inline |
|
inline |
|
inline |
Definition at line 88 of file misc_os_dependent.h.


|
inline |
Definition at line 120 of file time_helper.h.
|
inline |
Definition at line 56 of file time_helper.h.
|
inline |
Definition at line 79 of file time_helper.h.
|
inline |
Definition at line 101 of file time_helper.h.
| bool epee::misc_utils::is_less_as_pod | ( | const _Ty & | _Left, |
| const _Ty & | _Right | ||
| ) |
Definition at line 93 of file misc_language.h.
| type_vec_type epee::misc_utils::median | ( | std::vector< type_vec_type > & | v | ) |
| t_iterator epee::misc_utils::move_it_backward | ( | t_iterator | it, |
| size_t | count | ||
| ) |
Definition at line 73 of file misc_language.h.


| t_iterator epee::misc_utils::move_it_forward | ( | t_iterator | it, |
| size_t | count | ||
| ) |
|
inline |