OpenClonk
C4PropertyCollection::Entry Struct Reference

#include <C4PropertyPath.h>

Collaboration diagram for C4PropertyCollection::Entry:
[legend]

Public Member Functions

 Entry (const C4PropertyPath &path, const C4Value &value, const char *name)
 

Public Attributes

C4PropertyPath path
 
C4Value value
 
StdCopyStrBuf name
 

Detailed Description

Definition at line 71 of file C4PropertyPath.h.

Constructor & Destructor Documentation

◆ Entry()

C4PropertyCollection::Entry::Entry ( const C4PropertyPath path,
const C4Value value,
const char *  name 
)
inline

Definition at line 77 of file C4PropertyPath.h.

Member Data Documentation

◆ name

StdCopyStrBuf C4PropertyCollection::Entry::name

Definition at line 75 of file C4PropertyPath.h.

◆ path

C4PropertyPath C4PropertyCollection::Entry::path

Definition at line 73 of file C4PropertyPath.h.

◆ value

C4Value C4PropertyCollection::Entry::value

Definition at line 74 of file C4PropertyPath.h.


The documentation for this struct was generated from the following file: