← Back to team overview

kicad-developers team mailing list archive

Re: exploiting human readability

 

> Please keep me
> posted as I still have quite a bit of component library object clean up
> work to do.
> Wayne
>   

class LIBRARY
{
    LIBRARY_LOADER* loader    // abstracts/hides method of loading
components.

    // public api here.

    // these functions are the only ones to use loader.
}






References