Documentation
¶
Overview ¶
Package view allows to get a View of entity.Entity objects
Index ¶
- type View
- func (vw *View) Add(ent *entity.Entity) *entity.Entity
- func (vw View) Entities(rtypes ...reflect.Type) []*entity.Entity
- func (vw View) Entity(rtypes ...reflect.Type) *entity.Entity
- func (vw *View) Remove(ent *entity.Entity)
- func (vw View) Size() int
- func (vw View) String() string
- func (vw View) SubView(rtypes ...reflect.Type) *View
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type View ¶
type View struct {
// contains filtered or unexported fields
}
View represent a set of entity.Entity objects
Click to show internal directories.
Click to hide internal directories.