jaula API Reference  version 1.4.0
jaula.h
1 
2 /*
3  * jaula.h : JSON Analysis User Library Acronym
4  *
5  * Copyright (C) 2007, 2008, 2009 Kombo Morongo <morongo666@gmail.com>
6  *
7  * This library is free software; you can redistribute it and/or modify it
8  * under the terms of the GNU Lesser General Public License as published by
9  * the Free Software Foundation; either version 2.1 of the License, or (at
10  * your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful, but
13  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14  * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
15  * License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public License
18  * along with this library; if not, write to the Free Software Foundation,
19  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
20  *
21  * svn info:
22  * $Author: morongo $
23  * $HeadURL: https://jaula.svn.sourceforge.net/svnroot/jaula/tags/jaula-1.4.0/jaula/jaula.h $
24  * $Id: jaula.h 45 2009-01-11 16:17:03Z morongo $
25  * $Revision: 45 $
26  */
27 
28 #ifndef _JAULA_H_
29 #define _JAULA_H_
30 
438 namespace JAULA
439 {}
440 
441 // Exceptions that can be thrown by the library
442 #include <jaula/jaula_bad_data_type.h>
443 #include <jaula/jaula_lexan_error.h>
444 #include <jaula/jaula_name_duplicated.h>
445 #include <jaula/jaula_no_error.h>
446 #include <jaula/jaula_syntax_error.h>
447 
448 // Data containers
449 #include <jaula/jaula_value_array.h>
450 #include <jaula/jaula_value_boolean.h>
451 #include <jaula/jaula_value_null.h>
452 #include <jaula/jaula_value_number.h>
453 #include <jaula/jaula_value_number_int.h>
454 #include <jaula/jaula_value_object.h>
455 #include <jaula/jaula_value_string.h>
456 
457 // parsing routines
458 #include <jaula/jaula_parse.h>
459 #endif
460 
461 // EOF $Id: jaula.h 45 2009-01-11 16:17:03Z morongo $
Namespace for all library definitions.
Definition: jaula.h:439


Back to JAULA Project Documentation Page.

Go to JAULA Project Home Page.


Copyright (c) 2007, 2008, 2009 Kombo Morongo.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".

API Reference Generated for jaula by

doxygen

jaula project hosted by

SourceForge.net