Barracuda Application Server C/C++ Reference
NO
JValFact Struct Reference

Detailed Description

The JValFact enables one to manually create a JVal syntax tree or add nodes to an existing syntax tree.

See also
JParserValFact

#include <JVal.h>

Public Member Functions

 JValFact (AllocatorIntf *vAlloc, AllocatorIntf *dAlloc)
 create a JValFact JVal factory instance. More...
 
JValmkString (const char *v)
 Make a string. More...
 
JValmkDouble (double v)
 Make a float. More...
 
JValmkInt (S32 v)
 Make an integer. More...
 
JValmkLong (S64 v)
 Make a long integer. More...
 
JValmkBoolean (bool v)
 Make a boolean. More...
 
JValmkNull ()
 Make a null value. More...
 
JValmkObject ()
 Make a JSON object. More...
 
JValmkArray ()
 Make a JSON array. More...