MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / setParameterList

Method setParameterList

OgreMain/src/OgreStringInterface.cpp:92–100  ·  view source on GitHub ↗

-----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

90 }
91 //-----------------------------------------------------------------------
92 void StringInterface::setParameterList( const NameValuePairList &paramList )
93 {
94 NameValuePairList::const_iterator i, iend;
95 iend = paramList.end();
96 for( i = paramList.begin(); i != iend; ++i )
97 {
98 setParameter( i->first, i->second );
99 }
100 }
101 //-----------------------------------------------------------------------
102 void StringInterface::cleanupDictionary()
103 {

Callers 1

createResourceMethod · 0.80

Calls 2

endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected