|
GME
13
|
#include <MgaLibOps.h>

Public Member Functions | |
| DependentIterator (const CComBSTR &p_list) | |
| DependentIterator (const std::string &p_list) | |
| bool | isDone () |
| void | next () |
| CComBSTR | getCurrentBstr () |
| std::string | getCurrentStr () |
Protected Attributes | |
| size_t | m_pos |
| size_t | m_nextPos |
| std::string | m_tokenizable |
Definition at line 473 of file MgaLibOps.h.
| Ozer::DependentIterator::DependentIterator | ( | const CComBSTR & | p_list | ) |
Definition at line 1629 of file MgaLibOps.cpp.
| Ozer::DependentIterator::DependentIterator | ( | const std::string & | p_list | ) |
Definition at line 1637 of file MgaLibOps.cpp.
| CComBSTR Ozer::DependentIterator::getCurrentBstr | ( | ) |
Definition at line 1664 of file MgaLibOps.cpp.
Definition at line 1656 of file MgaLibOps.cpp.
| bool Ozer::DependentIterator::isDone | ( | ) |
Definition at line 1644 of file MgaLibOps.cpp.
| void Ozer::DependentIterator::next | ( | ) |
Definition at line 1649 of file MgaLibOps.cpp.
size_t Ozer::DependentIterator::m_nextPos [protected] |
Definition at line 488 of file MgaLibOps.h.
size_t Ozer::DependentIterator::m_pos [protected] |
Definition at line 487 of file MgaLibOps.h.
std::string Ozer::DependentIterator::m_tokenizable [protected] |
Definition at line 489 of file MgaLibOps.h.
1.7.6.1