MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / AutoLineLayout

Method AutoLineLayout

scintilla/src/Editor.cxx:422–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420 AutoLineLayout &operator= ( const AutoLineLayout & );
421 public:
422 AutoLineLayout ( LineLayoutCache &llc_, LineLayout *ll_ ) : llc ( llc_ ), ll ( ll_ ) {}
423 ~AutoLineLayout() {
424 llc.Dispose ( ll );
425 ll = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected