blob: ffdfa4ae5db13a0f880df2ae731c8ccb5088ac1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
---
title: Namespace (名前空間)
slug: Glossary/Namespace
tags:
- CodingScripting
- Glossary
- Operating System
- オペレーティングシステム
translation_of: Glossary/Namespace
original_slug: Namespace
---
<p>名前空間はプログラム内でコンテキストを識別する、論理的なグループの名前です。同じコンテキスト内かつ同じスコープの範囲内では、識別子は実態を一意に指定しなくてはなりません。</p>
<p>OS のディレクトリーは名前空間です。それぞれのファイルやサブディレクトリーは一意の名前を持たなくてはなりませんが、1 つのファイルが違うタイミングで同じ名前を使用することがあるかもしれません。</p>
<h2 id="Learn_more" name="Learn_more">詳細情報</h2>
<h3 id="General_knowledge" name="General_knowledge"><strong>基礎知識</strong></h3>
<ul>
<li>Wikipedia 上の記事「{{Interwiki("wikipedia", "名前空間")}}」</li>
</ul>
|