Skip to content

Reserved names #4

Description

@oknenavin

Just skimmed the readme and spotted these:

  • classes are given the name of their member suffixed with a "_t"
    => names that ends with "_t" are reserved by POSIX, so in the global namespace for C++
  • identifier names are filtered such that C++ keywords, empty id's, or all number id's are prefixed with _json
    => names prefixed with '_' are reserved in the global namespace

Hope this helps.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions