MCPcopy Create free account
hub / github.com/apache/singa / Arguments

Method Arguments

test/gtest/gtest-all.cc:7383–7385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7381class Arguments {
7382 public:
7383 Arguments() {
7384 args_.push_back(NULL);
7385 }
7386
7387 ~Arguments() {
7388 for (std::vector<char*>::iterator i = args_.begin(); i != args_.end();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected