ZFFramework
 
Loading...
Searching...
No Matches
zfstllist.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_zfstllist_h_
7#define _ZFI_zfstllist_h_
8
9#include "zfstl_define.h"
10#include <list>
11
12// ============================================================
14#ifndef zfstllist
15 #define zfstllist std::list
16#endif
17
18#endif // #ifndef _ZFI_zfstllist_h_
19
stl wrapper, note it's internal use only