time.hh (8229:78bf55f23338) | time.hh (8869:fa8dcdd7e26c) |
---|---|
1/* 2 * Copyright (c) 2003-2005 The Regents of The University of Michigan 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions are 7 * met: redistributions of source code must retain the above copyright 8 * notice, this list of conditions and the following disclaimer; --- 254 unchanged lines hidden (view full) --- 263 264inline std::ostream & 265operator<<(std::ostream &out, const Time &time) 266{ 267 out << time.date(); 268 return out; 269} 270 | 1/* 2 * Copyright (c) 2003-2005 The Regents of The University of Michigan 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions are 7 * met: redistributions of source code must retain the above copyright 8 * notice, this list of conditions and the following disclaimer; --- 254 unchanged lines hidden (view full) --- 263 264inline std::ostream & 265operator<<(std::ostream &out, const Time &time) 266{ 267 out << time.date(); 268 return out; 269} 270 |
271time_t mkutctime(struct tm *time); 272 |
|
271#endif // __BASE_TIME_HH__ | 273#endif // __BASE_TIME_HH__ |