Class CWhoisSocket::
PopulateMap()
Base ClassesData ItemsConstructorsDestructorsFunctionsCustom CodeGo to hierarchy chart    Prev page: OnSocketTimeoutNext page: QueryDone    Show member index
Private Function Declared in:
WhoisSocket.h

'Declaration' icon -- Shortcut to top of page. Declaration

static void PopulateMap();

'Description' icon -- Shortcut to top of page. Description

Populate the map

'Function Body' icon -- Shortcut to top of page. Function Body

try
{
    //Start looking for it
    int iPos;
    iPos=0;

    while (m_sData[iPos]!=FINISH_CHAR)
    {
        //Add it
        m_aData.insert(WhoisMAP::value_type(m_sData[iPos],m_sData[iPos+1]));

        //Continue
        iPos+=2;
    }
}
ERROR_HANDLER_STATIC(CWhoisSocket_Class,"PopulateMap")

'See Also' icon -- Shortcut to top of page. See Also

Class Overview Class Overview  |  Public base class CTCPSocketAsync  |  Hierarchy Chart Hierarchy Chart


Get Surveyor!This web site was generated using Surveyor V4.50.811.1.  Click here for more information. Site content copyright © 2003 Komodia LTD.. See the About page for additional notices. This page last updated: 24 Feb 2003.