Cogs.Core
Public Member Functions | Public Attributes | List of all members
litehtml::property_value Class Reference

Public Member Functions

 property_value (const tchar_t *val, bool imp)
 
 property_value (const property_value &val)
 
property_valueoperator= (const property_value &val)
 

Public Attributes

tstring m_value
 
bool m_important
 

Detailed Description

Definition at line 9 of file style.h.

Constructor & Destructor Documentation

◆ property_value() [1/3]

litehtml::property_value::property_value ( )
inline

Definition at line 15 of file style.h.

◆ property_value() [2/3]

litehtml::property_value::property_value ( const tchar_t *  val,
bool  imp 
)
inline

Definition at line 19 of file style.h.

◆ property_value() [3/3]

litehtml::property_value::property_value ( const property_value val)
inline

Definition at line 24 of file style.h.

Member Function Documentation

◆ operator=()

property_value & litehtml::property_value::operator= ( const property_value val)
inline

Definition at line 30 of file style.h.

Member Data Documentation

◆ m_important

bool litehtml::property_value::m_important

Definition at line 13 of file style.h.

◆ m_value

tstring litehtml::property_value::m_value

Definition at line 12 of file style.h.


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