![]()  | 
                        
                             ʻOhana
                             
                            Population structure, admixture history, and selection using learning methods. 
                         | 
                    
Arguments passed to the logging function. More...
#include <jade.simplex.hpp>
 Collaboration diagram for jade::basic_simplex< TValue >::log_args:Public Member Functions | |
| log_args (const basic_simplex *const simplex_, const double second_, const size_t iteration_, void *const user_) | |
| Initializes a new instance of the class.  More... | |
| std::string | str () const | 
Data Fields | |
| size_t | iteration | 
| The completed iteration.  More... | |
| double | second | 
| The seconds elapsed.  More... | |
| const basic_simplex * | simplex | 
| The simplex instance.  More... | |
| void * | user | 
| User-supplied value.  More... | |
Arguments passed to the logging function.
Definition at line 114 of file jade.simplex.hpp.
      
  | 
  inline | 
Initializes a new instance of the class.
| simplex_ | The simplex generating the log event. | 
| second_ | The number of seconds elapsed. | 
| iteration_ | The completed iteration. | 
| user_ | The user-supplied value, or nullptr. | 
Definition at line 129 of file jade.simplex.hpp.
      
  | 
  inline | 
Definition at line 144 of file jade.simplex.hpp.
| size_t jade::basic_simplex< TValue >::log_args::iteration | 
The completed iteration.
Definition at line 116 of file jade.simplex.hpp.
| double jade::basic_simplex< TValue >::log_args::second | 
The seconds elapsed.
Definition at line 117 of file jade.simplex.hpp.
| const basic_simplex* jade::basic_simplex< TValue >::log_args::simplex | 
The simplex instance.
Definition at line 118 of file jade.simplex.hpp.
| void* jade::basic_simplex< TValue >::log_args::user | 
User-supplied value.
Definition at line 119 of file jade.simplex.hpp.