1class ContainerInHeaderFile {2 class Iterator {3 };4 5public:6 Iterator begin() const;7 Iterator end() const;8 9 int method() { return 0; }10};11