Skip to content
Snippets Groups Projects
Select Git revision
  • dualcore
  • ch3/leds
  • wip-bootstrap default
  • ch3/time
  • master
5 results

objfun.c

Blame
    • Paul Sokolovsky's avatar
      f26a3071
      objfun: Add local header. · f26a3071
      Paul Sokolovsky authored
      This follows pattern already used for objtuple, etc.: objfun.h's content
      is not public - each and every piece of code should not have access to it.
      It's not private either - with out architecture and implementation language
      (C) it doesn't make sense to keep implementation of each object strictly
      private and maintain cumbersome accessors. It's "local" - intended to be
      used by a small set of "friend" (in C++ terms) objects.
      f26a3071
      History
      objfun: Add local header.
      Paul Sokolovsky authored
      This follows pattern already used for objtuple, etc.: objfun.h's content
      is not public - each and every piece of code should not have access to it.
      It's not private either - with out architecture and implementation language
      (C) it doesn't make sense to keep implementation of each object strictly
      private and maintain cumbersome accessors. It's "local" - intended to be
      used by a small set of "friend" (in C++ terms) objects.