Files
doom-emacs-work-conf/doom-snippets/c++-mode/.yas-setup.elc

15 lines
845 B
Plaintext
Raw Normal View History

2026-01-29 09:42:33 +01:00
;ELC
;;; Compiled
;;; in Emacs version 30.2
;;; with all optimizations.
#@75 Return non-nil if 'using namespace std' is found at the top of this file.
(defalias 'doom-snippets-c++-using-std-p #[0 "\212eb\210\300\301\302\303#\206\300\304\305\303#)\207" [search-forward "using namespace std;" 512 t "std::" 1024] 4 (#$ . 83)])#@197 Search for a class name like `DerivedClass' in STR
(which may look like `DerivedClass : ParentClass1, ParentClass2, ...')
If found, the class name is returned, otherwise STR is returned
(fn STR)
(defalias 'doom-snippets-c++-class-name #[257 "\300\301\"\207" [yas-substr "[^: ]*"] 4 (#$ . 339)])#@63 Choose and return the end of a C++11 class method declaration
(defalias 'doom-snippets-c++-class-method-decl-choice #[0 "\300\301!\207" [yas-choose-value (";" " = default;" " = delete;")] 2 (#$ . 641)])