Function: ewoc--header

ewoc--header is a byte-compiled function defined in ewoc.el.gz.

Signature

(ewoc--header ewoc--header X)

Documentation

Access slot "header" of ewoc struct X.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/ewoc.el.gz
;;; The ewoc data type

(cl-defstruct (ewoc
	    (:constructor nil)
	    (:constructor ewoc--create (buffer pretty-printer dll))
	    (:conc-name ewoc--))
  buffer pretty-printer header footer dll last-node hf-pp)