Seismo-VLAB  1.3
An Open-Source Finite Element Software for Meso-Scale Simulations
RSJparsedData Class Reference

#include <RSJparser.hpp>

Collaboration diagram for RSJparsedData:

Public Member Functions

 RSJparsedData ()
 
void parse (const std::string &data, RSJresourceType typ=RSJ_UNKNOWN)
 
int cleanup (void)
 
int size (void)
 

Public Attributes

RSJobject object
 
RSJarray array
 
RSJresourceType type
 

Constructor & Destructor Documentation

◆ RSJparsedData()

RSJparsedData::RSJparsedData ( )
inline

Member Function Documentation

◆ cleanup()

int RSJparsedData::cleanup ( void  )
inline

◆ parse()

void RSJparsedData::parse ( const std::string &  data,
RSJresourceType  typ = RSJ_UNKNOWN 
)
inline

◆ size()

int RSJparsedData::size ( void  )
inline

Member Data Documentation

◆ array

RSJarray RSJparsedData::array

◆ object

RSJobject RSJparsedData::object

◆ type

RSJresourceType RSJparsedData::type