Vowpal Wabbit
Typedefs | Functions
parse_dispatch_loop.h File Reference
#include <functional>
#include "global_data.h"
#include "v_array.h"
#include "parse_example.h"
#include "io/logger.h"

Typedefs

using dispatch_fptr = std::function< void(vw &, const v_array< example * > &)>
 

Functions

void parse_dispatch (vw &all, dispatch_fptr dispatch)
 

Typedef Documentation

using dispatch_fptr = std::function<void(vw&, const v_array<example*>&)>

Function Documentation

void parse_dispatch ( vw all,
dispatch_fptr  dispatch 
)
inline