Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
WebBrowserURL Class Reference

#include <WebBrowser.h>

Inherits MemoryPoolObject.

Public Member Functions

 WebBrowserURL ()
 
const FieldParsegetFieldParse (void) const
 
- Public Member Functions inherited from MemoryPoolObject
void deleteInstance ()
 

Public Attributes

AsciiString m_tag
 
AsciiString m_url
 
WebBrowserURLm_next
 

Static Public Attributes

static const FieldParse m_URLFieldParseTable []
 the parse table for INI definition
 

Additional Inherited Members

- Protected Member Functions inherited from MemoryPoolObject
virtual ~MemoryPoolObject ()
 
void * operator new (size_t s)
 
void operator delete (void *p)
 
virtual MemoryPoolgetObjectMemoryPool ()=0
 

Detailed Description

Definition at line 57 of file WebBrowser.h.

Constructor & Destructor Documentation

◆ WebBrowserURL()

WebBrowserURL::WebBrowserURL ( )

Definition at line 145 of file WebBrowser.cpp.

Member Function Documentation

◆ getFieldParse()

const FieldParse * WebBrowserURL::getFieldParse ( void ) const
inline

Definition at line 66 of file WebBrowser.h.

Member Data Documentation

◆ m_next

WebBrowserURL* WebBrowserURL::m_next

Definition at line 71 of file WebBrowser.h.

◆ m_tag

AsciiString WebBrowserURL::m_tag

Definition at line 68 of file WebBrowser.h.

◆ m_url

AsciiString WebBrowserURL::m_url

Definition at line 69 of file WebBrowser.h.

◆ m_URLFieldParseTable

const FieldParse WebBrowserURL::m_URLFieldParseTable
static
Initial value:
=
{
{ "URL", INI::parseAsciiString, NULL, offsetof( WebBrowserURL, m_url ) },
{ NULL, NULL, NULL, 0 },
}
#define NULL
Definition BaseType.h:92
static void parseAsciiString(INI *ini, void *instance, void *store, const void *userData)
Definition INI.cpp:653
AsciiString m_url
Definition WebBrowser.h:69

the parse table for INI definition

The INI data fields for Webpage URL's

Definition at line 137 of file WebBrowser.h.


The documentation for this class was generated from the following files: