PERRY v1.0.0
P-E-R-R-Y/PERRY helps creating games with a bunch of tools.
Loading...
Searching...
No Matches
serial::ISerial Interface Referenceabstract

Interface for Serial. More...

#include <ISerial.hpp>

Inheritance diagram for serial::ISerial:
JsonSerial YamlSerial

Public Member Functions

virtual ~ISerial ()=default
 Destroy the ISerial object.
 
virtual void load (const std::string &path)=0
 virtual method to load a file
 
virtual bool isLoaded ()=0
 virtual method to know if the file is loaded
 
virtual void close ()=0
 virtual method to close a file
 
virtual Node getRoot ()=0
 virtual method to get the root node
 

Detailed Description

Interface for Serial.


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