ilang  1.1.4
ILAng: A Modeling and Verification Platform for SoCs
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros
Public Types | Public Member Functions | Static Public Member Functions | List of all members
ilang::J2IDes Class Reference

The class for deserializing an ILA model from JSON format. More...

#include <json_to_ila_deserializer.h>

Public Types

typedef std::shared_ptr< J2IDesJ2IDesPtr
 Pointer type for normal use of J2IDes.
 

Public Member Functions

 J2IDes ()
 Default constructor.
 
 ~J2IDes ()
 Default destructor.
 
InstrLvlAbsPtr DesInstrLvlAbs (const json &j_global)
 Deserialize InstrLvlAbs from JSON.
 

Static Public Member Functions

static J2IDesPtr New ()
 Create a new J2IDes. Used for hiding implementation specific type details.
 

Detailed Description

The class for deserializing an ILA model from JSON format.


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