C++プログラミングで入れておくと便利なalias

logged one option my customizing for the slickedit

enum

enum %(prefix)
{
%\i%\c%(prefix)_,

%\i%(prefix)_MAX,
};

for

for( u32 i=0; i<%(index_max); i++ )
{
%\i%\c
}

for( u32 j=0; j<%(index_max); j++ )
{
%\i%\c
}

マクロ

/**---------------------------------------------------------------------**/
#define %(prefix)_list \
%(prefix)_mb( %\c )\
%(prefix)_mb(  )\
%(prefix)_mb(  )\
%(prefix)_mb(  )\
%(prefix)_mb(  )\
%(prefix)_mb(  )\
%(prefix)_mb(  )\
%(prefix)_mb(  )\
%(prefix)_mb(  )\
%(prefix)_mb(  )\
/**---------------------------------------------------------------------**/
/**---------------------------------------------------------------------**/
#undef %(prefix)_mb
#define %(prefix)_mb( %(params) ) \
%(part_variable)

%(prefix)_list
/**---------------------------------------------------------------------**/