OpenCPN Partial API docs
All Classes Namespaces Functions Variables Pages
CatalogEntry Class Reference

Public Member Functions

 CatalogEntry (int level, int x0, int y0, ColorScheme colorscheme)
 
int GetSerialSize ()
 
void Serialize (unsigned char *)
 
void DeSerialize (unsigned char *)
 

Public Attributes

CatalogEntryKey k
 
CatalogEntryValue v
 

Detailed Description

Definition at line 74 of file glTexCache.h.

Constructor & Destructor Documentation

◆ CatalogEntry() [1/2]

CatalogEntry::CatalogEntry ( )

Definition at line 121 of file glTexCache.cpp.

◆ ~CatalogEntry()

CatalogEntry::~CatalogEntry ( )

Definition at line 123 of file glTexCache.cpp.

◆ CatalogEntry() [2/2]

CatalogEntry::CatalogEntry ( int  level,
int  x0,
int  y0,
ColorScheme  colorscheme 
)

Definition at line 125 of file glTexCache.cpp.

Member Function Documentation

◆ DeSerialize()

void CatalogEntry::DeSerialize ( unsigned char *  t)

Definition at line 145 of file glTexCache.cpp.

◆ GetSerialSize()

int CatalogEntry::GetSerialSize ( )

Definition at line 132 of file glTexCache.cpp.

◆ Serialize()

void CatalogEntry::Serialize ( unsigned char *  t)

Definition at line 134 of file glTexCache.cpp.

Member Data Documentation

◆ k

CatalogEntryKey CatalogEntry::k

Definition at line 82 of file glTexCache.h.

◆ v

CatalogEntryValue CatalogEntry::v

Definition at line 83 of file glTexCache.h.


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