You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hilaire edited this page May 28, 2025
·
8 revisions
---
config:
class:
hideEmptyMembersBox: true
---
classDiagram
class DrGFactory{
pool
last
pushAsLastWhenInPool:()
findInPool:()
indexOf:()
}
class DrGMacroFactory
class DrGMathItemFactory
DrGFactory <|-- DrGMathItemFactory
DrGFactory <|-- DrGMacroFactory