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