Skip to content

C++ Interface renaming #17

@bmunkholm

Description

@bmunkholm

Consider changing naming of all C++ methods:

  1. Closer to c++ vector and lowercase
  2. Specific:
    * LeftParan() -> group(), RightParan() -> endgroup()
    * GetSize() -> size()
    * Get(i) -> at(i)
    * IsEmpty() -> empty()
    * Binary -> Blob

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions