KiCad PCB EDA Suite
Loading...
Searching...
No Matches
drc_exclusion.h File Reference
#include <memory>
#include <nlohmann/json_fwd.hpp>

Go to the source code of this file.

Classes

class  DRC_EXCLUSION
 Container for an DRC exclusion, which is a PCB_MARKER plus an optional comment. More...
 
struct  DRC_EXCLUSION_COMPARE
 

Namespaces

namespace  kiapi
 
namespace  kiapi::board
 

Functions

void to_json (nlohmann::json &aJson, const DRC_EXCLUSION &aEx)
 
void from_json (const nlohmann::json &aJson, DRC_EXCLUSION &aEx)
 

Function Documentation

◆ from_json()

void from_json ( const nlohmann::json & aJson,
DRC_EXCLUSION & aEx )

Definition at line 73 of file drc_exclusion.cpp.

References DRC_EXCLUSION::m_impl.

◆ to_json()

void to_json ( nlohmann::json & aJson,
const DRC_EXCLUSION & aEx )

Definition at line 72 of file drc_exclusion.cpp.