aboutsummaryrefslogtreecommitdiff
path: root/files/ja/namespace
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/namespace')
-rw-r--r--files/ja/namespace/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/files/ja/namespace/index.html b/files/ja/namespace/index.html
new file mode 100644
index 0000000000..25e647788f
--- /dev/null
+++ b/files/ja/namespace/index.html
@@ -0,0 +1,21 @@
+---
+title: Namespace (名前空間)
+slug: Namespace
+tags:
+ - CodingScripting
+ - Glossary
+ - Operating System
+ - オペレーティングシステム
+translation_of: Glossary/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>