QtBase  v6.3.1
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | List of all members
Node< _Tp > Class Template Referenceabstract

[0] More...

#include <node.h>

Inheritance diagram for Node< _Tp >:
Inheritance graph
[legend]
Collaboration diagram for Node< _Tp >:
Collaboration graph
[legend]

Public Types

enum  { Type = UserType + 1 }
 
typedef std::set< Node< _Tp > > Repository
 
typedef Repository::iterator iterator
 
typedef std::list< iterator >::iterator edge_iterator
 
- Public Types inherited from QGraphicsItem
enum  GraphicsItemFlag {
  ItemIsMovable = 0x1 , ItemIsSelectable = 0x2 , ItemIsFocusable = 0x4 , ItemClipsToShape = 0x8 ,
  ItemClipsChildrenToShape = 0x10 , ItemIgnoresTransformations = 0x20 , ItemIgnoresParentOpacity = 0x40 , ItemDoesntPropagateOpacityToChildren = 0x80 ,
  ItemStacksBehindParent = 0x100 , ItemUsesExtendedStyleOption = 0x200 , ItemHasNoContents = 0x400 , ItemSendsGeometryChanges = 0x800 ,
  ItemAcceptsInputMethod = 0x1000 , ItemNegativeZStacksBehindParent = 0x2000 , ItemIsPanel = 0x4000 , ItemIsFocusScope = 0x8000 ,
  ItemSendsScenePositionChanges = 0x10000 , ItemStopsClickFocusPropagation = 0x20000 , ItemStopsFocusHandling = 0x40000 , ItemContainsChildrenInShape = 0x80000
}
 
enum  GraphicsItemChange {
  ItemPositionChange , ItemVisibleChange = 2 , ItemEnabledChange , ItemSelectedChange ,
  ItemParentChange , ItemChildAddedChange , ItemChildRemovedChange , ItemTransformChange ,
  ItemPositionHasChanged , ItemTransformHasChanged , ItemSceneChange , ItemVisibleHasChanged ,
  ItemEnabledHasChanged , ItemSelectedHasChanged , ItemParentHasChanged , ItemSceneHasChanged ,
  ItemCursorChange , ItemCursorHasChanged , ItemToolTipChange , ItemToolTipHasChanged ,
  ItemFlagsChange , ItemFlagsHaveChanged , ItemZValueChange , ItemZValueHasChanged ,
  ItemOpacityChange , ItemOpacityHasChanged , ItemScenePositionHasChanged , ItemRotationChange ,
  ItemRotationHasChanged , ItemScaleChange , ItemScaleHasChanged , ItemTransformOriginPointChange ,
  ItemTransformOriginPointHasChanged
}
 
enum  CacheMode { NoCache , ItemCoordinateCache , DeviceCoordinateCache }
 
enum  PanelModality { NonModal , PanelModal , SceneModal }
 
enum  { Type = 1 , UserType = 65536 }
 

Public Member Functions

 Node (GraphWidget *graphWidget)
 [0] More...
 
void addEdge (Edge *edge)
 [0] More...
 
QList< Edge * > edges () const
 
int type () const override
 
void calculateForces ()
 [1] More...
 
bool advancePosition ()
 [6] More...
 
QRectF boundingRect () const override
 [7] More...
 
QPainterPath shape () const override
 [8] More...
 
void paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override
 [9] More...
 
virtual ~Node ()
 
void addElement (const VCFilterFile &file)
 
virtual void addElement (const QString &filepath, const VCFilterFile &allInfo)=0
 
virtual void removeElements ()=0
 
virtual void generateXML (XmlOutput &xml, const QString &tagName, VCProject &tool, const QString &filter)=0
 
virtual bool hasElements ()=0
 
QPair< edge_iterator, bool > insertEdge (iterator other) const
 
edge_iterator begin () const
 
edge_iterator end () const
 
bool operator== (const Node< _Tp > &other) const
 
bool operator!= (const Node< _Tp > &other) const
 
bool operator< (const Node< _Tp > &other) const
 
- Public Member Functions inherited from QGraphicsItem
 QGraphicsItem (QGraphicsItem *parent=nullptr)
 
virtual ~QGraphicsItem ()
 
QGraphicsScenescene () const
 
QGraphicsItemparentItem () const
 
QGraphicsItemtopLevelItem () const
 
QGraphicsObjectparentObject () const
 
QGraphicsWidgetparentWidget () const
 
QGraphicsWidgettopLevelWidget () const
 
QGraphicsWidgetwindow () const
 
QGraphicsItempanel () const
 
void setParentItem (QGraphicsItem *parent)
 
QList< QGraphicsItem * > childItems () const
 
bool isWidget () const
 
bool isWindow () const
 
bool isPanel () const
 
QGraphicsObjecttoGraphicsObject ()
 
const QGraphicsObjecttoGraphicsObject () const
 
QGraphicsItemGroupgroup () const
 
void setGroup (QGraphicsItemGroup *group)
 
GraphicsItemFlags flags () const
 
void setFlag (GraphicsItemFlag flag, bool enabled=true)
 
void setFlags (GraphicsItemFlags flags)
 
CacheMode cacheMode () const
 
void setCacheMode (CacheMode mode, const QSize &cacheSize=QSize())
 
PanelModality panelModality () const
 
void setPanelModality (PanelModality panelModality)
 
bool isBlockedByModalPanel (QGraphicsItem **blockingPanel=nullptr) const
 
QCursor cursor () const
 
void setCursor (const QCursor &cursor)
 
bool hasCursor () const
 
void unsetCursor ()
 
bool isVisible () const
 
bool isVisibleTo (const QGraphicsItem *parent) const
 
void setVisible (bool visible)
 
void hide ()
 
void show ()
 
bool isEnabled () const
 
void setEnabled (bool enabled)
 
bool isSelected () const
 
void setSelected (bool selected)
 
bool acceptDrops () const
 
void setAcceptDrops (bool on)
 
qreal opacity () const
 
qreal effectiveOpacity () const
 
void setOpacity (qreal opacity)
 
Qt::MouseButtons acceptedMouseButtons () const
 
void setAcceptedMouseButtons (Qt::MouseButtons buttons)
 
bool acceptHoverEvents () const
 
void setAcceptHoverEvents (bool enabled)
 
bool acceptTouchEvents () const
 
void setAcceptTouchEvents (bool enabled)
 
bool filtersChildEvents () const
 
void setFiltersChildEvents (bool enabled)
 
bool handlesChildEvents () const
 
void setHandlesChildEvents (bool enabled)
 
bool isActive () const
 
void setActive (bool active)
 
bool hasFocus () const
 
void setFocus (Qt::FocusReason focusReason=Qt::OtherFocusReason)
 
void clearFocus ()
 
QGraphicsItemfocusProxy () const
 
void setFocusProxy (QGraphicsItem *item)
 
QGraphicsItemfocusItem () const
 
QGraphicsItemfocusScopeItem () const
 
void grabMouse ()
 
void ungrabMouse ()
 
void grabKeyboard ()
 
void ungrabKeyboard ()
 
QPointF pos () const
 
qreal x () const
 
void setX (qreal x)
 
qreal y () const
 
void setY (qreal y)
 
QPointF scenePos () const
 
void setPos (const QPointF &pos)
 
void setPos (qreal x, qreal y)
 
void moveBy (qreal dx, qreal dy)
 
void ensureVisible (const QRectF &rect=QRectF(), int xmargin=50, int ymargin=50)
 
void ensureVisible (qreal x, qreal y, qreal w, qreal h, int xmargin=50, int ymargin=50)
 
QTransform transform () const
 
QTransform sceneTransform () const
 
QTransform deviceTransform (const QTransform &viewportTransform) const
 
QTransform itemTransform (const QGraphicsItem *other, bool *ok=nullptr) const
 
void setTransform (const QTransform &matrix, bool combine=false)
 
void resetTransform ()
 
void setRotation (qreal angle)
 
qreal rotation () const
 
void setScale (qreal scale)
 
qreal scale () const
 
QList< QGraphicsTransform * > transformations () const
 
void setTransformations (const QList< QGraphicsTransform * > &transformations)
 
QPointF transformOriginPoint () const
 
void setTransformOriginPoint (const QPointF &origin)
 
void setTransformOriginPoint (qreal ax, qreal ay)
 
virtual void advance (int phase)
 
qreal zValue () const
 
void setZValue (qreal z)
 
void stackBefore (const QGraphicsItem *sibling)
 
QRectF childrenBoundingRect () const
 
QRectF sceneBoundingRect () const
 
bool isClipped () const
 
QPainterPath clipPath () const
 
virtual bool contains (const QPointF &point) const
 
virtual bool collidesWithItem (const QGraphicsItem *other, Qt::ItemSelectionMode mode=Qt::IntersectsItemShape) const
 
virtual bool collidesWithPath (const QPainterPath &path, Qt::ItemSelectionMode mode=Qt::IntersectsItemShape) const
 
QList< QGraphicsItem * > collidingItems (Qt::ItemSelectionMode mode=Qt::IntersectsItemShape) const
 
bool isObscured (const QRectF &rect=QRectF()) const
 
bool isObscured (qreal x, qreal y, qreal w, qreal h) const
 
virtual bool isObscuredBy (const QGraphicsItem *item) const
 
virtual QPainterPath opaqueArea () const
 
QRegion boundingRegion (const QTransform &itemToDeviceTransform) const
 
qreal boundingRegionGranularity () const
 
void setBoundingRegionGranularity (qreal granularity)
 
void update (const QRectF &rect=QRectF())
 
void update (qreal x, qreal y, qreal width, qreal height)
 
void scroll (qreal dx, qreal dy, const QRectF &rect=QRectF())
 
QPointF mapToItem (const QGraphicsItem *item, const QPointF &point) const
 
QPointF mapToParent (const QPointF &point) const
 
QPointF mapToScene (const QPointF &point) const
 
QPolygonF mapToItem (const QGraphicsItem *item, const QRectF &rect) const
 
QPolygonF mapToParent (const QRectF &rect) const
 
QPolygonF mapToScene (const QRectF &rect) const
 
QRectF mapRectToItem (const QGraphicsItem *item, const QRectF &rect) const
 
QRectF mapRectToParent (const QRectF &rect) const
 
QRectF mapRectToScene (const QRectF &rect) const
 
QPolygonF mapToItem (const QGraphicsItem *item, const QPolygonF &polygon) const
 
QPolygonF mapToParent (const QPolygonF &polygon) const
 
QPolygonF mapToScene (const QPolygonF &polygon) const
 
QPainterPath mapToItem (const QGraphicsItem *item, const QPainterPath &path) const
 
QPainterPath mapToParent (const QPainterPath &path) const
 
QPainterPath mapToScene (const QPainterPath &path) const
 
QPointF mapFromItem (const QGraphicsItem *item, const QPointF &point) const
 
QPointF mapFromParent (const QPointF &point) const
 
QPointF mapFromScene (const QPointF &point) const
 
QPolygonF mapFromItem (const QGraphicsItem *item, const QRectF &rect) const
 
QPolygonF mapFromParent (const QRectF &rect) const
 
QPolygonF mapFromScene (const QRectF &rect) const
 
QRectF mapRectFromItem (const QGraphicsItem *item, const QRectF &rect) const
 
QRectF mapRectFromParent (const QRectF &rect) const
 
QRectF mapRectFromScene (const QRectF &rect) const
 
QPolygonF mapFromItem (const QGraphicsItem *item, const QPolygonF &polygon) const
 
QPolygonF mapFromParent (const QPolygonF &polygon) const
 
QPolygonF mapFromScene (const QPolygonF &polygon) const
 
QPainterPath mapFromItem (const QGraphicsItem *item, const QPainterPath &path) const
 
QPainterPath mapFromParent (const QPainterPath &path) const
 
QPainterPath mapFromScene (const QPainterPath &path) const
 
QPointF mapToItem (const QGraphicsItem *item, qreal x, qreal y) const
 
QPointF mapToParent (qreal x, qreal y) const
 
QPointF mapToScene (qreal x, qreal y) const
 
QPolygonF mapToItem (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const
 
QPolygonF mapToParent (qreal x, qreal y, qreal w, qreal h) const
 
QPolygonF mapToScene (qreal x, qreal y, qreal w, qreal h) const
 
QRectF mapRectToItem (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const
 
QRectF mapRectToParent (qreal x, qreal y, qreal w, qreal h) const
 
QRectF mapRectToScene (qreal x, qreal y, qreal w, qreal h) const
 
QPointF mapFromItem (const QGraphicsItem *item, qreal x, qreal y) const
 
QPointF mapFromParent (qreal x, qreal y) const
 
QPointF mapFromScene (qreal x, qreal y) const
 
QPolygonF mapFromItem (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const
 
QPolygonF mapFromParent (qreal x, qreal y, qreal w, qreal h) const
 
QPolygonF mapFromScene (qreal x, qreal y, qreal w, qreal h) const
 
QRectF mapRectFromItem (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const
 
QRectF mapRectFromParent (qreal x, qreal y, qreal w, qreal h) const
 
QRectF mapRectFromScene (qreal x, qreal y, qreal w, qreal h) const
 
bool isAncestorOf (const QGraphicsItem *child) const
 
QGraphicsItemcommonAncestorItem (const QGraphicsItem *other) const
 
bool isUnderMouse () const
 
QVariant data (int key) const
 
void setData (int key, const QVariant &value)
 
Qt::InputMethodHints inputMethodHints () const
 
void setInputMethodHints (Qt::InputMethodHints hints)
 
void installSceneEventFilter (QGraphicsItem *filterItem)
 
void removeSceneEventFilter (QGraphicsItem *filterItem)
 

Static Public Member Functions

static iterator get (_Tp data)
 
static iterator begin_nodes ()
 
static iterator end_nodes ()
 
static Repositoryrepository ()
 

Public Attributes

bool root
 
int dfn
 
_Tp data
 
std::list< iteratorouts
 

Protected Member Functions

QVariant itemChange (GraphicsItemChange change, const QVariant &value) override
 [10] More...
 
void mousePressEvent (QGraphicsSceneMouseEvent *event) override
 [11] More...
 
void mouseReleaseEvent (QGraphicsSceneMouseEvent *event) override
 
 Node ()
 
 Node (_Tp d)
 
- Protected Member Functions inherited from QGraphicsItem
void updateMicroFocus ()
 
virtual bool sceneEventFilter (QGraphicsItem *watched, QEvent *event)
 
virtual bool sceneEvent (QEvent *event)
 
virtual void contextMenuEvent (QGraphicsSceneContextMenuEvent *event)
 
virtual void dragEnterEvent (QGraphicsSceneDragDropEvent *event)
 
virtual void dragLeaveEvent (QGraphicsSceneDragDropEvent *event)
 
virtual void dragMoveEvent (QGraphicsSceneDragDropEvent *event)
 
virtual void dropEvent (QGraphicsSceneDragDropEvent *event)
 
virtual void focusInEvent (QFocusEvent *event)
 
virtual void focusOutEvent (QFocusEvent *event)
 
virtual void hoverEnterEvent (QGraphicsSceneHoverEvent *event)
 
virtual void hoverMoveEvent (QGraphicsSceneHoverEvent *event)
 
virtual void hoverLeaveEvent (QGraphicsSceneHoverEvent *event)
 
virtual void keyPressEvent (QKeyEvent *event)
 
virtual void keyReleaseEvent (QKeyEvent *event)
 
virtual void mouseMoveEvent (QGraphicsSceneMouseEvent *event)
 
virtual void mouseDoubleClickEvent (QGraphicsSceneMouseEvent *event)
 
virtual void wheelEvent (QGraphicsSceneWheelEvent *event)
 
virtual void inputMethodEvent (QInputMethodEvent *event)
 
virtual QVariant inputMethodQuery (Qt::InputMethodQuery query) const
 
virtual bool supportsExtension (Extension extension) const
 
virtual void setExtension (Extension extension, const QVariant &variant)
 
virtual QVariant extension (const QVariant &variant) const
 
 QGraphicsItem (QGraphicsItemPrivate &dd, QGraphicsItem *parent)
 
void addToIndex ()
 
void removeFromIndex ()
 
void prepareGeometryChange ()
 

Additional Inherited Members

- Protected Types inherited from QGraphicsItem
enum  Extension { UserExtension = 0x80000000 }
 
- Protected Attributes inherited from QGraphicsItem
QScopedPointer< QGraphicsItemPrivated_ptr
 

Detailed Description

template<typename _Tp>
class Node< _Tp >

[0]

Definition at line 61 of file node.h.

Member Typedef Documentation

◆ edge_iterator

template<typename _Tp >
typedef std::list<iterator>::iterator Node< _Tp >::edge_iterator

Definition at line 166 of file lalr.h.

◆ iterator

template<typename _Tp >
typedef Repository::iterator Node< _Tp >::iterator

Definition at line 165 of file lalr.h.

◆ Repository

template<typename _Tp >
typedef std::set<Node<_Tp> > Node< _Tp >::Repository

Definition at line 164 of file lalr.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename _Tp >
anonymous enum
Enumerator
Type 

Definition at line 69 of file node.h.

Constructor & Destructor Documentation

◆ Node() [1/3]

template<typename _Tp >
Node< _Tp >::Node ( GraphWidget graphWidget)

[0]

Definition at line 61 of file node.cpp.

Here is the call graph for this function:

◆ ~Node()

template<typename _Tp >
virtual Node< _Tp >::~Node ( )
inlinevirtual

Definition at line 1014 of file msvc_objectmodel.h.

◆ Node() [2/3]

template<typename _Tp >
Node< _Tp >::Node ( )
inlineprotected

Definition at line 207 of file lalr.h.

◆ Node() [3/3]

template<typename _Tp >
Node< _Tp >::Node ( _Tp  d)
inlineprotected

Definition at line 209 of file lalr.h.

Member Function Documentation

◆ addEdge()

template<typename _Tp >
void Node< _Tp >::addEdge ( Edge edge)

[0]

[1]

Definition at line 72 of file node.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ addElement() [1/2]

template<typename _Tp >
virtual void Node< _Tp >::addElement ( const QString filepath,
const VCFilterFile allInfo 
)
pure virtual

Implemented in FlatNode, and TreeNode.

◆ addElement() [2/2]

template<typename _Tp >
void Node< _Tp >::addElement ( const VCFilterFile file)
inline

Definition at line 1015 of file msvc_objectmodel.h.

◆ advancePosition()

template<typename _Tp >
bool Node< _Tp >::advancePosition ( )

[6]

[7]

Definition at line 142 of file node.cpp.

Here is the call graph for this function:

◆ begin()

template<typename _Tp >
edge_iterator Node< _Tp >::begin ( ) const
inline

Definition at line 173 of file lalr.h.

◆ begin_nodes()

template<typename _Tp >
static iterator Node< _Tp >::begin_nodes ( )
inlinestatic

Definition at line 188 of file lalr.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ boundingRect()

template<typename _Tp >
QRectF Node< _Tp >::boundingRect ( ) const
overridevirtual

[7]

[8]

Implements QGraphicsItem.

Definition at line 153 of file node.cpp.

◆ calculateForces()

template<typename _Tp >
void Node< _Tp >::calculateForces ( )

[1]

[2]

[2]

[3]

[3]

[4]

[4]

[5]

[5]

[6]

Definition at line 85 of file node.cpp.

Here is the call graph for this function:

◆ edges()

template<typename _Tp >
QList< Edge * > Node< _Tp >::edges ( ) const

Definition at line 78 of file node.cpp.

◆ end()

template<typename _Tp >
edge_iterator Node< _Tp >::end ( ) const
inline

Definition at line 176 of file lalr.h.

Here is the caller graph for this function:

◆ end_nodes()

template<typename _Tp >
static iterator Node< _Tp >::end_nodes ( )
inlinestatic

Definition at line 191 of file lalr.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ generateXML()

template<typename _Tp >
virtual void Node< _Tp >::generateXML ( XmlOutput xml,
const QString tagName,
VCProject tool,
const QString filter 
)
pure virtual

Implemented in TreeNode, and FlatNode.

◆ get()

template<typename _Tp >
Node< _Tp >::iterator Node< _Tp >::get ( _Tp  data)
static

Definition at line 214 of file lalr.h.

Here is the caller graph for this function:

◆ hasElements()

template<typename _Tp >
virtual bool Node< _Tp >::hasElements ( )
pure virtual

Implemented in FlatNode, and TreeNode.

◆ insertEdge()

template<typename _Tp >
QPair< typename std::list< typename Node< _Tp >::iterator >::iterator, bool > Node< _Tp >::insertEdge ( iterator  other) const

Definition at line 226 of file lalr.h.

Here is the call graph for this function:

◆ itemChange()

template<typename _Tp >
QVariant Node< _Tp >::itemChange ( GraphicsItemChange  change,
const QVariant value 
)
overrideprotectedvirtual

[10]

[11]

Reimplemented from QGraphicsItem.

Definition at line 194 of file node.cpp.

Here is the call graph for this function:

◆ mousePressEvent()

template<typename _Tp >
void Node< _Tp >::mousePressEvent ( QGraphicsSceneMouseEvent event)
overrideprotectedvirtual

[11]

[12]

Reimplemented from QGraphicsItem.

Definition at line 211 of file node.cpp.

Here is the call graph for this function:

◆ mouseReleaseEvent()

template<typename _Tp >
void Node< _Tp >::mouseReleaseEvent ( QGraphicsSceneMouseEvent event)
overrideprotectedvirtual

This event handler, for event event, can be reimplemented to receive mouse release events for this item.

Calling QEvent::ignore() or QEvent::accept() on event has no effect.

The default implementation handles basic item interaction, such as selection and moving. If you want to keep the base implementation when reimplementing this function, call QGraphicsItem::mouseReleaseEvent() in your reimplementation.

Please note that mousePressEvent() decides which graphics item it is that receives mouse events. See the mousePressEvent() description for details.

See also
mousePressEvent(), mouseMoveEvent(), mouseDoubleClickEvent(), sceneEvent()

Reimplemented from QGraphicsItem.

Definition at line 217 of file node.cpp.

Here is the call graph for this function:

◆ operator!=()

template<typename _Tp >
bool Node< _Tp >::operator!= ( const Node< _Tp > &  other) const
inline

Definition at line 182 of file lalr.h.

Here is the call graph for this function:

◆ operator<()

template<typename _Tp >
bool Node< _Tp >::operator< ( const Node< _Tp > &  other) const
inline

Definition at line 185 of file lalr.h.

Here is the call graph for this function:

◆ operator==()

template<typename _Tp >
bool Node< _Tp >::operator== ( const Node< _Tp > &  other) const
inline

Definition at line 179 of file lalr.h.

Here is the call graph for this function:

◆ paint()

template<typename _Tp >
void Node< _Tp >::paint ( QPainter painter,
const QStyleOptionGraphicsItem option,
QWidget widget 
)
overridevirtual

[9]

[10]

Implements QGraphicsItem.

Definition at line 170 of file node.cpp.

Here is the call graph for this function:

◆ removeElements()

template<typename _Tp >
virtual void Node< _Tp >::removeElements ( )
pure virtual

Implemented in FlatNode, and TreeNode.

◆ repository()

template<typename _Tp >
static Repository& Node< _Tp >::repository ( )
inlinestatic

Definition at line 194 of file lalr.h.

Here is the caller graph for this function:

◆ shape()

template<typename _Tp >
QPainterPath Node< _Tp >::shape ( ) const
overridevirtual

[8]

[9]

Reimplemented from QGraphicsItem.

Definition at line 161 of file node.cpp.

◆ type()

template<typename _Tp >
int Node< _Tp >::type ( ) const
inlineoverridevirtual

Returns the type of an item as an int. All standard graphicsitem classes are associated with a unique value; see QGraphicsItem::Type. This type information is used by qgraphicsitem_cast() to distinguish between types.

The default implementation (in QGraphicsItem) returns UserType.

To enable use of qgraphicsitem_cast() with a custom item, reimplement this function and declare a Type enum value equal to your custom item's type. Custom items must return a value larger than or equal to UserType (65536).

For example:

See also
UserType

Reimplemented from QGraphicsItem.

Definition at line 70 of file node.h.

Member Data Documentation

◆ data

template<typename _Tp >
_Tp Node< _Tp >::data
mutable

Definition at line 203 of file lalr.h.

◆ dfn

template<typename _Tp >
int Node< _Tp >::dfn
mutable

Definition at line 202 of file lalr.h.

◆ outs

template<typename _Tp >
std::list<iterator> Node< _Tp >::outs
mutable

Definition at line 204 of file lalr.h.

◆ root

template<typename _Tp >
bool Node< _Tp >::root
mutable

Definition at line 201 of file lalr.h.


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