#include <ParamExchange.h>
Onikiri::ParamExchangeChildに対する継承グラフ
Public メソッド | |
const ParamXMLPath & | GetChildRootPath () |
void | SetRootPath (const ParamXMLPath &root) |
ParamExchange.h の 372 行で定義されています。
const ParamXMLPath & ParamExchangeChild::GetChildRootPath | ( | ) |
ParamExchange.cpp の 73 行で定義されています。
参照先 Onikiri::ParamExchangeBase::m_rootPath.
00074 { 00075 return m_rootPath; 00076 }
void ParamExchangeChild::SetRootPath | ( | const ParamXMLPath & | root | ) |
Onikiri::ParamExchangeBaseを再定義しています。
ParamExchange.cpp の 78 行で定義されています。
参照先 Onikiri::ParamExchangeBase::SetRootPath().
00079 { 00080 ParamExchangeBase::SetRootPath(root); 00081 }
関数の呼び出しグラフ: