#include <stringlist.hpp>
Detailed Description
A wrapper class around the GWEN_STRINGLIST type
Definition at line 28 of file stringlist.hpp.
Member Typedef Documentation
Constructor & Destructor Documentation
AB::StringList::StringList |
( |
const std::vector< std::string > & |
other | ) |
|
Member Function Documentation
AB::StringList::AB_CXXWRAP_CONSTRUCTOR0 |
( |
StringList |
, |
|
|
GWEN_StringList |
|
|
) |
| |
AB::StringList::AB_CXXWRAP_CONSTRUCTORS |
( |
StringList |
, |
|
|
GWEN_StringList |
|
|
) |
| |
size_type AB::StringList::AB_CXXWRAP_GET0_CONST |
( |
size |
, |
|
|
GWEN_StringList_Count |
|
|
) |
| |
std::string AB::StringList::AB_CXXWRAP_GET0_CONST |
( |
front |
, |
|
|
GWEN_StringList_FirstString |
|
|
) |
| |
std::string AB::StringList::AB_CXXWRAP_GET1_CONST |
( |
at |
, |
|
|
size_type |
, |
|
|
GWEN_StringList_StringAt |
|
|
) |
| |
AB::StringList::AB_CXXWRAP_SET0 |
( |
clear |
, |
|
|
GWEN_StringList_Clear |
|
|
) |
| |
bool AB::StringList::empty |
( |
| ) |
const [inline] |
std::string AB::StringList::operator[] |
( |
size_type |
i | ) |
const [inline] |
void AB::StringList::push_back |
( |
const std::string & |
s | ) |
[inline] |
void AB::StringList::push_front |
( |
const std::string & |
s | ) |
[inline] |
std::vector<std::string> AB::StringList::toVector |
( |
| ) |
const |
The documentation for this class was generated from the following file: