ネームスペース | |
namespace | source_py::NVUtil |
データ構造 | |
class | to_prop |
NVList → Properties 変換用ファンクタ [詳細] | |
class | nv_find |
NVList 検索用ファンクタ [詳細] | |
関数 | |
def | newNV |
NameValue を生成する | |
def | copyFromProperties |
Properties を NVList へコピーする | |
def | copyToProperties |
NVList を Properties へコピーする | |
def | toProperties |
NVList を Properties へ変換する | |
def | find |
NVList から name で指定された value を返す | |
def | find_index |
name で指定された要素のインデックスを返す | |
def | isString |
指定された name の value の型が string であるか検証する | |
def | isStringValue |
指定された name の value の型が指定した文字列と一致するか検証する | |
def | toString |
指定された name の NVList を string として返す。 | |
def | appendStringValue |
指定された文字列を NVList の要素に追加する。 | |
def | append |
NVList に要素を追加する。 | |
def | dump |
NVList に設定されている内容を文字列として出力する。 |
NVUtil.py で定義されています。