JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
Public Member Functions
joda::cli::JSONInterface Class Reference

#include <JSONInterface.h>

Public Member Functions

 JSONInterface ()
 
virtual ~JSONInterface ()
 
void showJSON (const std::shared_ptr< JSONStorage > &store, size_t index)
 

Detailed Description

This class is resonsible for displaying JSON files in interactive CLI mode.

Constructor & Destructor Documentation

◆ JSONInterface()

joda::cli::JSONInterface::JSONInterface ( )
explicit

Initializes the ncurses windows

◆ ~JSONInterface()

joda::cli::JSONInterface::~JSONInterface ( )
virtual

Deconstructs the ncurses windows

Member Function Documentation

◆ showJSON()

void joda::cli::JSONInterface::showJSON ( const std::shared_ptr< JSONStorage > &  store,
size_t  index 
)

Displays a single JSON document from a JSONStorage.

Parameters
storeThe storage which contains the JSON to display
indexthe position of the document

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