#include <winstl/winstl.h>
#include <stlsoft/memory/auto_buffer.hpp>
#include <winstl/memory/processheap_allocator.hpp>
#include <stlsoft/string/char_traits.hpp>
#include <stlsoft/shims/access/string.hpp>
#include <ctype.h>
Go to the source code of this file.
Namespaces | |
| namespace | winstl |
Classes | |
| class | basic_commandline_parser |
Parses a Windows (WinMain()) command line into parts, and provides array semantics for their access. More... | |
Typedefs | |
| typedef basic_commandline_parser< char > | commandline_parser_a |
Specialisation of the basic_commandline_parser template for the ANSI character type char. | |
| typedef basic_commandline_parser < wchar_t > | commandline_parser_w |
Specialisation of the basic_commandline_parser template for the Unicode character type wchar_t. | |
| typedef basic_commandline_parser < TCHAR > | commandline_parser |
Specialisation of the basic_commandline_parser template for the Win32 character type TCHAR. | |
1.5.6