Treelite
Public Member Functions | List of all members
Delegator Class Referenceabstract

class for handling delegation of JSON handling More...

#include <xgboost_json.h>

Inheritance diagram for Delegator:
Inheritance graph
[legend]

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
 

Detailed Description

class for handling delegation of JSON handling

Definition at line 24 of file xgboost_json.h.


The documentation for this class was generated from the following file: