#include "linden_common.h"
#include "llsd.h"
#include "llerror.h"
#include "../llmath/llmath.h"
#include "llformat.h"
Include dependency graph for llsd.cpp:
Go to the source code of this file.
Classes | |
class | LLSD::Impl |
Typedefs | |
typedef ImplBase | Base |
typedef std::map< LLSD::String, LLSD > | DataMap |
typedef std::vector< LLSD > | DataVector |
Functions | |
LLSD::Impl & | safe (LLSD::Impl *impl) |
const LLSD::Impl & | safe (const LLSD::Impl *impl) |
ImplMap & | makeMap (LLSD::Impl *&var) |
ImplArray & | makeArray (LLSD::Impl *&var) |
Variables | |
Data | mValue |
DataMap | mData |
DataVector | mData |
Copyright (c) 2005-2007, Linden Research, Inc.
Second Life Viewer Source Code The source code in this file ("Source Code") is provided by Linden Lab to you under the terms of the GNU General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other License"), formally executed by you and Linden Lab. Terms of the GPL can be found in doc/GPL-license.txt in this distribution, or online at http://secondlife.com/developers/opensource/gplv2
There are special exceptions to the terms and conditions of the GPL as it is applied to this Source Code. View the full text of the exception in the file doc/FLOSS-exception.txt in this software distribution, or online at http://secondlife.com/developers/opensource/flossexception
By copying, modifying or distributing this software, you acknowledge that you have read and understood your obligations described above, and agree to abide by those obligations.
ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, COMPLETENESS OR PERFORMANCE. $/LicenseInfo$
Definition in file llsd.cpp.
typedef std::map<LLSD::String, LLSD> DataMap |
typedef std::vector<LLSD> DataVector |
ImplArray& @16::makeArray | ( | LLSD::Impl *& | var | ) | [inline, static] |
Definition at line 645 of file llsd.cpp.
References LLSD::Impl::makeArray(), and safe().
Referenced by LLSD::append(), LLSD::beginArray(), LLSD::emptyArray(), LLSD::endArray(), LLSD::erase(), LLSD::insert(), LLSD::operator[](), and LLSD::set().
ImplMap& @16::makeMap | ( | LLSD::Impl *& | var | ) | [inline, static] |
Definition at line 642 of file llsd.cpp.
References LLSD::Impl::makeMap(), and safe().
Referenced by LLSD::beginMap(), LLSD::emptyMap(), LLSD::endMap(), LLSD::erase(), LLSD::insert(), and LLSD::operator[]().
const LLSD::Impl& @16::safe | ( | const LLSD::Impl * | impl | ) | [inline, static] |
LLSD::Impl& @16::safe | ( | LLSD::Impl * | impl | ) | [inline, static] |
Definition at line 636 of file llsd.cpp.
References LLSD::impl, and LLSD::Impl::safe().
Referenced by LLSD::asBinary(), LLSD::asBoolean(), LLSD::asDate(), LLSD::asInteger(), LLSD::asReal(), LLSD::assign(), LLSD::asString(), LLSD::asURI(), LLSD::asUUID(), LLSD::beginArray(), LLSD::beginMap(), LLSD::endArray(), LLSD::endMap(), LLSD::get(), LLSD::has(), makeArray(), makeMap(), LLSD::operator[](), LLSD::size(), and LLSD::type().
Definition at line 312 of file llsd.cpp.
Referenced by LLCacheName::exportFile(), LLCacheName::importFile(), LLDispatchSetEstateAccess::operator()(), LLHUDEffectPointAt::packData(), LLHUDEffectLookAt::packData(), LLPrimitive::packTEMessage(), LLSDBinaryParser::parse(), LLTextureFetchWorker::processSimulatorPackets(), and LLPrimitive::unpackTEMessage().
Data mValue |