- EffectiveC++ . . . . 5 matches
FileSystem& theFileSystem()
static FileSystem tfs;
// theFileSystem 함수를 호출하여 디렉토리 부분을 초기화 시킨다.
이렇게 함으로 반드시 Directory클래스가 초기화 되기전에 FileSystem을 초기화 시킬수 있다.
- Gof/Facade . . . . 1 match
Choices operating system [CIRM93] 은 많은 framework를 하나로 합치기 위해 facade를 사용한다. Choices에서의 key가 되는 추상객체들은 process와 storge, 그리고 adress spaces 이다. 이러한 각 추상객체들에는 각각에 대응되는 서브시스템이 있으며, framework로서 구현된다. 이 framework는 다양한 하드웨어 플랫폼에 대해 Choices에 대한 porting을 지원한다. 이 두 서브시스템은 '대표자'를 가진다. (즉, facade) 이 대표자들은 FileSystemInterface (storage) 와 Domain (address spaces)이다.
Found 2 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.