#include <kiid.h>
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.hpp>
#include <boost/functional/hash.hpp>
#include <mutex>
#include <wx/log.h>
Go to the source code of this file.
◆ NilUuid()
◆ randomGenerator()
static boost::uuids::basic_random_generator<boost::mt19937> randomGenerator |
( |
rng |
| ) |
|
|
static |
◆ rng()
static boost::mt19937 rng |
( |
seeder |
| ) |
|
|
static |
◆ g_createNilUuids
bool g_createNilUuids = false |
|
static |
◆ nilGenerator
boost::uuids::nil_generator nilGenerator |
|
static |
◆ niluuid
Referenced by FOOTPRINT_VIEWER_FRAME::AddFootprintToPCB(), PAD_TOOL::EditPad(), FOOTPRINT::FixUuids(), SCH_EDIT_FRAME::FocusOnItem(), PCB_BASE_FRAME::FocusOnItems(), footprintIsFromBoard(), formatArc(), formatBezier(), formatCircle(), formatPoly(), formatRect(), DRC_ITEM::GetAuxItem2ID(), RC_ITEM::GetAuxItem2ID(), DRC_ITEM::GetAuxItem3ID(), RC_ITEM::GetAuxItem3ID(), RC_ITEM::GetAuxItemID(), BOARD::GetItem(), RC_ITEM::GetMainItemID(), PCB_MARKER::GetMsgPanelInfo(), PAD_TOOL::Init(), PAD_TOOL::InPadEditMode(), InvalidMatchesExpected(), FOOTPRINT_EDIT_FRAME::IsCurrentFPFromBoard(), EE_SELECTION_TOOL::Main(), DIALOG_DRC::OnDRCItemSelected(), DIALOG_FOOTPRINT_CHECKER::OnSelectItem(), FOOTPRINT_EDIT_FRAME::OnUpdateSaveFootprintToBoard(), BOARD_EDITOR_CONTROL::PlaceFootprint(), RC_TREE_MODEL::rebuildModel(), PAD_TOOL::Reset(), FOOTPRINT_EDIT_FRAME::SaveFootprint(), FOOTPRINT_EDIT_FRAME::SaveFootprintAs(), FOOTPRINT_EDIT_FRAME::SaveFootprintToBoard(), KIID::SniffTest(), and RC_TREE_MODEL::ToUUID().
◆ rng_mutex
◆ seeder
boost::uuids::detail::seed_rng seeder |
|
static |
◆ stringGenerator
boost::uuids::string_generator stringGenerator |
|
static |