GUIFramework
1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
ISerializable.cpp
Go to the documentation of this file.
1
#include "
ISerializable.h
"
2
3
using namespace
std;
4
5
namespace
gui_framework
6
{
7
namespace
interfaces
8
{
9
ostream&
operator <<
(ostream& outputStream,
const
ISerializable
& serializable)
10
{
11
return
outputStream << serializable.
getStructure
();
12
}
13
}
14
}
ISerializable.h
gui_framework::interfaces::ISerializable
Provides interface for serializable to JSON format.
Definition
ISerializable.h:11
gui_framework::interfaces::ISerializable::getStructure
virtual json::JSONBuilder getStructure() const =0
gui_framework::interfaces::operator<<
ostream & operator<<(ostream &outputStream, const ISerializable &serializable)
Definition
ISerializable.cpp:9
gui_framework
Definition
BaseComponent.cpp:21
GUIFramework
src
Interfaces
Utility
ISerializable.cpp
Generated by
1.12.0