00001 00002 /* 00003 * jaula.h : JSON Analysis User Library Acronym 00004 * 00005 * Copyright (C) 2007 Kombo Morongo <morongo666@gmail.com> 00006 * 00007 * This library is free software; you can redistribute it and/or 00008 * modify it under the terms of the GNU Lesser General Public 00009 * License as published by the Free Software Foundation; either 00010 * version 2.1 of the License, or (at your option) any later version. 00011 * 00012 * This library is distributed in the hope that it will be useful, 00013 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00015 * Lesser General Public License for more details. 00016 * 00017 * You should have received a copy of the GNU Lesser General Public 00018 * License along with this library; if not, write to the Free Software 00019 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 00020 * 00021 * svn info: 00022 * 00023 * $Author: morongo $ 00024 * $HeadURL: https://jaula.svn.sourceforge.net/svnroot/jaula/trunk/jaula/jaula.h $ 00025 * $Id: jaula.h 31 2007-05-11 17:40:47Z morongo $ 00026 * $Revision: 31 $ 00027 */ 00028 00029 #ifndef _JAULA_H_ 00030 #define _JAULA_H_ 00031 00453 namespace JAULA 00454 {} 00455 00456 // Exceptions that can be thrown by the library 00457 #include <jaula/jaula_bad_data_type.h> 00458 #include <jaula/jaula_lexan_error.h> 00459 #include <jaula/jaula_name_duplicated.h> 00460 #include <jaula/jaula_no_error.h> 00461 #include <jaula/jaula_syntax_error.h> 00462 00463 // Data containers 00464 #include <jaula/jaula_value_array.h> 00465 #include <jaula/jaula_value_boolean.h> 00466 #include <jaula/jaula_value_null.h> 00467 #include <jaula/jaula_value_number.h> 00468 #include <jaula/jaula_value_number_int.h> 00469 #include <jaula/jaula_value_object.h> 00470 #include <jaula/jaula_value_string.h> 00471 00472 // parsing routines 00473 #include <jaula/jaula_parse.h> 00474 #endif 00475 00476 // EOF $Id: jaula.h 31 2007-05-11 17:40:47Z morongo $
Copyright (c) 2007 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".