AtomVector#
- class libcasm.monte.events.AtomVector(
- *args,
- **kwargs,
Bases:
pybind11_object
AtomVector is a list[
Atom
]-like object.Overloaded function.
__init__(self: libcasm.monte.events._monte_events.AtomVector) -> None
__init__(self: libcasm.monte.events._monte_events.AtomVector, arg0: libcasm.monte.events._monte_events.AtomVector) -> None
Copy constructor
__init__(self: libcasm.monte.events._monte_events.AtomVector, arg0: Iterable) -> None
Methods
Add an item to the end of the list
Clear the contents
Overloaded function.
Insert an item at a given position.
Overloaded function.