|
karazeh
A cross-platform software updating library.
|
#include <string>#include <cassert>#include <boost/filesystem.hpp>#include "karazeh/exception.hpp"
Include dependency graph for karazeh.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| kzh | |
Macros | |
| #define | KZH_DISTANCE_FROM_ROOT 1 |
| #define | KZH_PLATFORM KZH_PLATFORM_LINUX |
| #define | KZH_PLATFORM_APPLE 3 |
| #define | KZH_PLATFORM_IPHONE 5 |
| #define | KZH_PLATFORM_LINUX 2 |
| #define | KZH_PLATFORM_SYMBIAN 4 |
| #define | KZH_PLATFORM_WIN32 1 |
Typedefs | |
| typedef boost::filesystem::path | kzh::path_t |
| typedef std::string | kzh::string_t |
| typedef unsigned long | kzh::uint64_t |
| #define KZH_DISTANCE_FROM_ROOT 1 |
karazeh – the library for patching software
Copyright (C) 2011-2016 by Ahmad Amireh ahmad@amireh.net
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Referenced by kzh::locate_root_directory().
| #define KZH_PLATFORM KZH_PLATFORM_LINUX |
| #define KZH_PLATFORM_APPLE 3 |
| #define KZH_PLATFORM_IPHONE 5 |
| #define KZH_PLATFORM_LINUX 2 |
| #define KZH_PLATFORM_SYMBIAN 4 |
| #define KZH_PLATFORM_WIN32 1 |