A fully qualified name is a name that is composed of a namespace, a resolution operator (::), and a member name. An example includes: TextLib::Text.
TextLib::Text
That is what bjarn said in his book "Principles and Practice Using C++."