#include "ioAbc.h"#include "misc/vec/vecWec.h"#include "misc/util/utilNam.h"#include "misc/extra/extra.h"
Go to the source code of this file.
Functions | |
| char * | Nnc_LayerType2Str (char *pStr) |
| FUNCTION DEFINITIONS ///. | |
| void | Json_Extract_rec (FILE *pFile, Abc_Nam_t *pStr, Vec_Wec_t *vObjs, Vec_Int_t *vArray, int fWrite, int *pCount) |
| void | Json_Extract (char *pFileName, Abc_Nam_t *pStr, Vec_Wec_t *vObjs) |
| void | Json_Write_rec (FILE *pFile, Abc_Nam_t *pStr, Vec_Wec_t *vObjs, Vec_Int_t *vArray, int Level, int fAddComma, int fSpaces) |
| void | Json_Write (char *pFileName, Abc_Nam_t *pStr, Vec_Wec_t *vObjs) |
| char * | Json_ReadPreprocess (char *pIn, int nFileSize) |
| Vec_Wec_t * | Json_Read (char *pFileName, Abc_Nam_t **ppStrs) |
| void | Json_ReadTest (char *pFileName) |
Definition at line 151 of file ioJson.c.

| void Json_Extract_rec | ( | FILE * | pFile, |
| Abc_Nam_t * | pStr, | ||
| Vec_Wec_t * | vObjs, | ||
| Vec_Int_t * | vArray, | ||
| int | fWrite, | ||
| int * | pCount ) |
Definition at line 77 of file ioJson.c.


Definition at line 307 of file ioJson.c.


| char * Json_ReadPreprocess | ( | char * | pIn, |
| int | nFileSize ) |
Function*************************************************************
Synopsis [Reads JSON from a file.]
Description []
SideEffects []
SeeAlso []
Definition at line 292 of file ioJson.c.

| void Json_ReadTest | ( | char * | pFileName | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 397 of file ioJson.c.

Definition at line 269 of file ioJson.c.


| void Json_Write_rec | ( | FILE * | pFile, |
| Abc_Nam_t * | pStr, | ||
| Vec_Wec_t * | vObjs, | ||
| Vec_Int_t * | vArray, | ||
| int | Level, | ||
| int | fAddComma, | ||
| int | fSpaces ) |
Function*************************************************************
Synopsis [Writes JSON into a file.]
Description []
SideEffects []
SeeAlso []
Definition at line 221 of file ioJson.c.


| char * Nnc_LayerType2Str | ( | char * | pStr | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Writes JSON into a file.]
Description []
SideEffects []
SeeAlso []
Definition at line 52 of file ioJson.c.

