Treelite
|
class for handling delegation of JSON handling More...
#include <xgboost_json.h>
Public Member Functions | |
virtual void | pop_delegate ()=0 |
pop stack of delegate handlers | |
virtual void | push_delegate (std::shared_ptr< BaseHandler > new_delegate)=0 |
push new delegate handler onto stack | |
class for handling delegation of JSON handling
Definition at line 24 of file xgboost_json.h.