![]() |
KiCad PCB EDA Suite
|
#include <boost/optional.hpp>
Go to the source code of this file.
Typedefs | |
template<typename T > | |
using | OPT = boost::optional< T > |
Variables | |
const auto | NULLOPT = boost::none |
using OPT = boost::optional<T> |
Definition at line 7 of file optional.h.
const auto NULLOPT = boost::none |
Definition at line 9 of file optional.h.
Referenced by SELECTION::ClearReferencePoint(), TOOL_MANAGER::DispatchContextMenu(), DRAWING_TOOL::DrawCircle(), DRAWING_TOOL::DrawLine(), DRAWING_TOOL::DrawRectangle(), DRAWING_TOOL::drawSegment(), JSON_SETTINGS::Get(), PAD::GetBestAnchorPosition(), CONVERT_TOOL::getStartEndPoints(), SELECTION::HasReferencePoint(), PICKER_TOOL_BASE::reset(), TOOL_MANAGER::saveViewControls(), and DIMENSION_BASE::segPolyIntersection().