#include <iostream>
#include <set>
#include "stdtypes.h"
Include dependency graph for lluuid.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | uuid_time_t |
class | LLUUID |
struct | lluuid_less |
class | LLTransactionID |
Typedefs | |
typedef std::set< LLUUID, lluuid_less > | uuid_list_t |
typedef LLUUID | LLAssetID |
Variables | |
const S32 | UUID_BYTES = 16 |
const S32 | UUID_WORDS = 4 |
const S32 | UUID_STR_LENGTH = 37 |
const S32 | UUID_STR_SIZE = 37 |
const S32 | UUID_BASE85_LENGTH = 21 |
Copyright (c) 2000-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 lluuid.h.
typedef std::set<LLUUID, lluuid_less> uuid_list_t |
const S32 UUID_BASE85_LENGTH = 21 |
const S32 UUID_BYTES = 16 |
Definition at line 38 of file lluuid.h.
Referenced by LLInventoryItem::asLLSD(), bytestream2uuid(), LLToolDragAndDrop::commitGiveInventoryCategory(), LLToolDragAndDrop::commitGiveInventoryItem(), LLXMLNode::createUnitTest(), LLMail::encryptIMEmailAddress(), LLInventoryItem::exportFile(), LLCacheName::exportFile(), LLInventoryItem::exportFileXML(), LLInventoryItem::exportLegacyStream(), LLSDBinaryFormatter::format(), LLInventoryItem::fromLLSD(), LLTexLayer::getAlphaData(), LLVoiceClient::IDFromName(), LLInventoryItem::importFile(), LLCacheName::importFile(), LLInventoryItem::importLegacyStream(), LLInventoryItem::importXML(), ll_create_item_from_sd(), LLViewerRegion::loadCache(), LLVoiceClient::nameFromID(), LLDispatchSetEstateAccess::operator()(), LLUUID::operator<(), LLUUID::operator>(), LLSDBinaryParser::parse(), LLXMLNode::performUnitTest(), LLSelectMgr::processObjectProperties(), LLTexLayer::renderAlphaMasks(), LLViewerRegion::saveCache(), send_start_session_messages(), LLUUID::set(), LLUUID::toCompressedString(), and uuid2bytestream().
const S32 UUID_STR_LENGTH = 37 |
Definition at line 40 of file lluuid.h.
Referenced by LLMuteList::cache(), LLInventoryModel::cache(), LLHTTPAssetStorage::checkForTimeouts(), cmd_get_key(), LLFloaterCompileQueue::compile(), LLVOAvatar::dumpArchetypeXML(), LLWearable::exportFile(), LLInventoryCategory::exportFile(), LLInventoryItem::exportFile(), LLInventoryObject::exportFile(), LLViewerInventoryCategory::exportFileLocal(), LLViewerInventoryItem::exportFileLocal(), LLInventoryCategory::exportLegacyStream(), LLInventoryItem::exportLegacyStream(), LLInventoryObject::exportLegacyStream(), LLXMLNode::getUUIDValue(), LLAudioEngine::hasDecodedFile(), LLXfer_VFile::init(), LLXfer_VFile::initializeRequest(), LLAssetStorage::legacyGetDataCallback(), LLFloaterAbout::LLFloaterAbout(), LLScriptLibData::LLScriptLibData(), LLAudioData::load(), LLInventoryModel::loadSkeleton(), LLFloaterAvatarList::onClickGetKey(), LLPreviewNotecard::onSaveComplete(), LLWearable::onSaveNewAssetComplete(), operator<<(), operator>>(), LLInventoryItem::packBinaryBucket(), LLItemBridge::performAction(), LLPanelGroupVoting::impl::processGroupActiveProposalItemReply(), LLMuteList::processUseCachedMuteList(), LLFloaterAvatarList::replaceVars(), LLMuteList::requestFromServer(), LLFloaterAvatarList::requestTrustNetScore(), LLWearable::saveNewAsset(), LLMuteList::saveToFile(), LLFloaterCompileQueue::scriptArrived(), LLPanelRegionTextureInfo::sendUpdate(), LLUUID::set(), LLStyle::setImage(), and LLUUID::validate().
const S32 UUID_STR_SIZE = 37 |
Definition at line 41 of file lluuid.h.
Referenced by LLUUID::asString(), export_complete(), and LLCacheName::exportFile().
const S32 UUID_WORDS = 4 |