#include <xpfrgn.h>
Inheritance diagram for NodeThreeBoolListItem:
Public Member Functions | |
NodeThreeBoolListItem (Node *pNode=NULL, BOOL bFirst=FALSE, BOOL bSecond=FALSE, BOOL bThird=FALSE) | |
Public Attributes | |
Node * | m_pNode |
BOOL | m_bFirst |
BOOL | m_bSecond |
BOOL | m_bThird |
Definition at line 219 of file xpfrgn.h.
|
Definition at line 224 of file xpfrgn.h. 00225 { 00226 m_pNode = pNode; 00227 m_bFirst = bFirst; 00228 m_bSecond = bSecond; 00229 m_bThird = bThird; 00230 }
|
|
|
|
|
|
|
|
|