MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetValue

Method GetValue

DuiLib/Core/UIMarkup.cpp:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123LPCTSTR CMarkupNode::GetValue() const
124{
125 if( m_pOwner == NULL ) return NULL;
126 return m_pOwner->m_pstrXML + m_pOwner->m_pElements[m_iPos].iData;
127}
128
129LPCTSTR CMarkupNode::GetAttributeName(int iIndex)
130{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected