a | attribute |
b | braces |
c | class declaration |
catch | catch |
cc | const class |
cca | const cast |
cco | copy constructor declaration |
ce | constexpr keyword |
cef | constexpr function declaration |
cev | constexpr variable |
cf | const function declaration |
co | constructor declaration |
cop | conditional operator |
cst | const struct |
cv | const variable |
d | default keyword |
dca | dynamic cast |
de | destructor declaration |
do | do-while |
dt | decltype keyword |
e | else |
eco | explicit constructor declaration |
eif | else-if |
en | enum declaration |
enc | enum class declaration |
enst | enum struct declaration |
f | function declaration |
fr | for |
frr | for (reversed) |
frrb | for (range-based) |
i | interface |
if | if |
ifce | if constexpr |
il | inline keyword |
ilcv | inline const variable |
ilv | inline variable |
ina | inline namespace |
l | lambda expression |
mc | multi-line comment |
mco | move constructor declaration |
na | namespace |
np | nullptr keyword |
oo | = copy assignment operator |
oo | = copy assignment operator (with const) |
oo | = move assignment operator |
oo | explicit operator |
oo | explicit operator (with const) |
oo | implicit operator |
oo | implicit operator (with const) |
ppd | #define |
ppe | #error |
ppi | #include |
ppif | #if |
ppifd | #ifdef |
ppife | #if #else |
ppifnd | #ifndef |
ppl | #line |
ppr | #pragma region |
ppu | #using |
ppud | #undef |
pvf | pure virtual function |
r | return keyword |
rca | reinterpret cast |
sa | static assert |
sca | static cast |
scef | static constexpr function declaration |
scev | static constexpr variable |
scf | static const function declaration |
scv | static const variable |
sf | static function declaration |
silcv | static inline const variable |
silv | static inline variable |
so | sizeof keyword |
st | struct declaration |
sv | static variable |
sw | switch |
t | template |
t2 | template with 2 parameters |
tc | try-catch |
td | typedef declaration |
u | using declaration |
un | union |
una | using namespace |
v | variable |
va | array variable |
vf | virtual function declaration |
we | while |