Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

class ContainerInHeaderFile {
  class Iterator {
  };

public:
  Iterator begin() const;
  Iterator end() const;

  int method() { return 0; }
};