mrdocs::FriendInfo

Info for friend declarations.

Synopsis

Declared in <mrdocs/Metadata/Symbol/Friend.hpp>

struct FriendInfo final

Description

  • Friendship is not transitive

  • Friendship is not inherited

  • Access specifiers do not affect the meaning of friend declarations

The friends of a record are stored directly in the record's metadata.

If the friend declaration is documented, the documentation is stored in the befriended symbol's metadata rather than in the relationship.

Data Members

Name

Description

Type

Befriended type.

id

Befriended symbol.

Created with MrDocs