KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ALLEGRO::DB_REF Struct Reference

#include <allegro_db.h>

Inheritance diagram for ALLEGRO::DB_REF:
ALLEGRO::RESOLVABLE

Public Member Functions

 DB_REF (const DB_OBJ *aParent, uint32_t aTargetKey, const char *aDebugName)
 
bool Resolve (const DB_OBJ_RESOLVER &aResolver) override
 
virtual std::string DebugString () const
 

Public Attributes

uint32_t m_TargetKey
 
uint32_t m_EndKey
 
DB_OBJm_Target
 
const DB_OBJm_Parent
 
const char * m_DebugName
 

Detailed Description

Definition at line 65 of file allegro_db.h.

Constructor & Destructor Documentation

◆ DB_REF()

ALLEGRO::DB_REF::DB_REF ( const DB_OBJ * aParent,
uint32_t aTargetKey,
const char * aDebugName )
inline

Definition at line 67 of file allegro_db.h.

References m_Target, m_TargetKey, and ALLEGRO::RESOLVABLE::RESOLVABLE().

Member Function Documentation

◆ DebugString()

std::string RESOLVABLE::DebugString ( ) const
virtualinherited

Definition at line 122 of file allegro_db.cpp.

References m_DebugName, and m_Parent.

Referenced by ALLEGRO::DB_REF_CHAIN::Resolve().

◆ Resolve()

bool DB_REF::Resolve ( const DB_OBJ_RESOLVER & aResolver)
overridevirtual

Member Data Documentation

◆ m_DebugName

const char* ALLEGRO::RESOLVABLE::m_DebugName
inherited

◆ m_EndKey

uint32_t ALLEGRO::DB_REF::m_EndKey

Definition at line 81 of file allegro_db.h.

Referenced by Resolve().

◆ m_Parent

const DB_OBJ* ALLEGRO::RESOLVABLE::m_Parent
inherited

Definition at line 60 of file allegro_db.h.

Referenced by DebugString(), and RESOLVABLE().

◆ m_Target

DB_OBJ* ALLEGRO::DB_REF::m_Target

◆ m_TargetKey

uint32_t ALLEGRO::DB_REF::m_TargetKey

The documentation for this struct was generated from the following files: