src/core/examples/command-line-example.cc
changeset 10866 e4b913c6fe41
parent 10865 23eb0f6c139a
child 10867 75c3c163aed0
equal deleted inserted replaced
10865:23eb0f6c139a 10866:e4b913c6fe41
    96     struct TypeId::AttributeInformation info;
    96     struct TypeId::AttributeInformation info;
    97     tid.LookupAttributeByName (attrName, &info);
    97     tid.LookupAttributeByName (attrName, &info);
    98   
    98   
    99     std::cout << std::setw (10)            << "anti:"
    99     std::cout << std::setw (10)            << "anti:"
   100               << "\""
   100               << "\""
   101               << info.initialValue->SerializeToString (info.checker)
   101               << info.originalInitialValue->SerializeToString (info.checker)
   102               << "\""
   102               << "\""
   103               << std::endl;
   103               << std::endl;
   104   }
   104   }
   105   std::cout << std::setw (10)              << "cbArg:"
   105   std::cout << std::setw (10)              << "cbArg:"
   106             << "\""            << cbDef    << "\""
   106             << "\""            << cbDef    << "\""